Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/GcRootReference

GcRootReference

[jvm]\ class GcRootReference(val gcRoot: GcRoot, val isLowPriority: Boolean, val matchedLibraryLeak: LibraryLeakReferenceMatcher?)

Constructors

GcRootReference [jvm]
constructor(gcRoot: GcRoot, isLowPriority: Boolean, matchedLibraryLeak: LibraryLeakReferenceMatcher?)

Properties

Name Summary
gcRoot [jvm]
val gcRoot: GcRoot
isLowPriority [jvm]
val isLowPriority: Boolean
matchedLibraryLeak [jvm]
val matchedLibraryLeak: LibraryLeakReferenceMatcher?