Skip to content
🤔 Documentation issue? Report it

//leakcanary/shark/GcRoot/JniMonitor

JniMonitor

class JniMonitor(val id: Long, val stackTraceSerialNumber: Int, val stackDepth: Int) : GcRoot

It’s unclear what this is, documentation welcome.

Constructors

JniMonitor fun JniMonitor(id: Long, stackTraceSerialNumber: Int, stackDepth: Int)

Properties

Name Summary
id open override val id: Long
The object id of the object that this gc root references.
stackDepth val stackDepth: Int
stackTraceSerialNumber val stackTraceSerialNumber: Int