//leakcanary-repo/shark/GcRoot/JniGlobal
JniGlobal¶
[jvm]\ class JniGlobal(val id: Long, val jniGlobalRefId: Long) : GcRoot
A global variable in native code.
Constructors¶
JniGlobal | [jvm] constructor(id: Long, jniGlobalRefId: Long) |
Properties¶
Name | Summary |
---|---|
id | [jvm] open override val id: Long The object id of the object that this gc root references. |
jniGlobalRefId | [jvm] val jniGlobalRefId: Long |