Skip to content
🤔 Documentation issue? Report it

//leakcanary/shark/ReferencePattern/JavaLocalPattern

JavaLocalPattern

data class JavaLocalPattern(val threadName: String) : ReferencePattern

Matches local references held in the stack of frames of a given thread, identified by its name.

Constructors

JavaLocalPattern fun JavaLocalPattern(threadName: String)

Types

Name Summary
Companion object Companion

Functions

Name Summary
toString open override fun toString(): String

Properties

Name Summary
threadName val threadName: String