NativeStack

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

Input or output parameters in native code

Constructors

Link copied to clipboard
constructor(id: Long, threadSerialNumber: 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

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