JniMonitor

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

It's unclear what this is, documentation welcome.

Constructors

Link copied to clipboard
fun JniMonitor(    id: Long,     stackTraceSerialNumber: Int,     stackDepth: Int)

Properties

Link copied to clipboard
open override val id: Long

The object id of the object that this gc root references.

Link copied to clipboard
val stackDepth: Int
Link copied to clipboard
val stackTraceSerialNumber: Int