Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/LeakTrace/GcRootType

GcRootType

[jvm]\ enum GcRootType : Enum<LeakTrace.GcRootType>

Entries

JNI_GLOBAL [jvm]
JNI_GLOBAL
JNI_LOCAL [jvm]
JNI_LOCAL
JAVA_FRAME [jvm]
JAVA_FRAME
NATIVE_STACK [jvm]
NATIVE_STACK
STICKY_CLASS [jvm]
STICKY_CLASS
THREAD_BLOCK [jvm]
THREAD_BLOCK
MONITOR_USED [jvm]
MONITOR_USED
THREAD_OBJECT [jvm]
THREAD_OBJECT
JNI_MONITOR [jvm]
JNI_MONITOR

Types

Name Summary
Companion [jvm]
object Companion

Functions

Name Summary
valueOf [jvm]
fun valueOf(value: String): LeakTrace.GcRootType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [jvm]
fun values(): Array<LeakTrace.GcRootType>
Returns an array containing the constants of this enum type, in the order they’re declared.

Properties

Name Summary
description [jvm]
val description: String
name [jvm]
val name: String
ordinal [jvm]
val ordinal: Int