JniLocal

class JniLocal(id: Long, threadSerialNumber: Int, frameNumber: Int) : GcRoot

A local variable in native code.

Constructors

JniLocal
Link copied to clipboard
fun JniLocal(id: Long, threadSerialNumber: Int, frameNumber: Int)

Properties

frameNumber
Link copied to clipboard
val frameNumber: Int

frame number in stack trace (-1 for empty)

id
Link copied to clipboard
open override val id: Long

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

threadSerialNumber
Link copied to clipboard
val threadSerialNumber: Int