//leakcanary-repo/shark/GcRoot/Unreachable
Unreachable¶
[jvm]\ class Unreachable(val id: Long) : GcRoot
An object that is unreachable from any other root, but not a root itself.
Constructors¶
Unreachable | [jvm] constructor(id: Long) |
Properties¶
Name | Summary |
---|---|
id | [jvm] open override val id: Long The object id of the object that this gc root references. |