ReferenceMatcher

sealed class ReferenceMatcher

Used to pattern match known patterns of references in the heap, either to ignore them (IgnoredReferenceMatcher) or to mark them as library leaks (LibraryLeakReferenceMatcher).

Properties

Link copied to clipboard
abstract val pattern: ReferencePattern

The pattern that references will be matched against.

Inheritors

Link copied to clipboard
Link copied to clipboard