ThreadObject

class ThreadObject(    val id: Long,     val threadSerialNumber: Int,     val stackTraceSerialNumber: Int) : GcRoot

A thread.

Added at https://android.googlesource.com/platform/tools/base/+/c0f0d528c155cab32e372dac77370569a386245c

Constructors

Link copied to clipboard
fun ThreadObject(    id: Long,     threadSerialNumber: Int,     stackTraceSerialNumber: 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 stackTraceSerialNumber: Int
Link copied to clipboard
val threadSerialNumber: Int