LazyDetails

class LazyDetails(val name: String, val locationClassObjectId: Long, val locationType: ReferenceLocationType, val matchedLibraryLeak: LibraryLeakReferenceMatcher?, val isVirtual: Boolean)

Constructors

Link copied to clipboard
constructor(name: String, locationClassObjectId: Long, locationType: ReferenceLocationType, matchedLibraryLeak: LibraryLeakReferenceMatcher?, isVirtual: Boolean)

Types

Link copied to clipboard
fun interface Resolver

Implementations should keep the minimal state they need and if needed rehydrate the objects when resolving.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Non null if this reference matches a known library leak pattern, null otherwise.

Link copied to clipboard