//leakcanary-repo/shark/GcRoot/Finalizing
Finalizing¶
[jvm]\ class Finalizing(val id: Long) : GcRoot
An object that is in a queue, waiting for a finalizer to run.
Constructors¶
Finalizing | [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. |