//leakcanary-repo/shark/GcRoot/NativeStack
NativeStack¶
[jvm]\ class NativeStack(val id: Long, val threadSerialNumber: Int) : GcRoot
Input or output parameters in native code
Constructors¶
NativeStack | [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 Note: the corresponding thread is sometimes not found, see: https://issuetracker.google.com/issues/122713143 |