NativeStack

class NativeStack(id: Long, threadSerialNumber: Int) : GcRoot

Input or output parameters in native code

Constructors

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

Properties

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

Corresponds to ThreadObject.threadSerialNumber Note: the corresponding thread is sometimes not found, see: https://issuetracker.google.com/issues/122713143