//leakcanary-repo/shark/GcRoot/ThreadBlock
ThreadBlock¶
[jvm]\ class ThreadBlock(val id: Long, val threadSerialNumber: Int) : GcRoot
Constructors¶
| ThreadBlock | [jvm] constructor(id: Long, threadSerialNumber: Int) |
Properties¶
| Name | Summary |
|---|---|
| id | [jvm] open override val id: Long The object id of the object that this gc root references. |
| threadSerialNumber | [jvm] val threadSerialNumber: Int Corresponds to ThreadObject.threadSerialNumber |