//leakcanary-repo/shark/Reference/LazyDetails/matchedLibraryLeak
matchedLibraryLeak¶
[jvm]\ val matchedLibraryLeak: LibraryLeakReferenceMatcher?
Non null if this reference matches a known library leak pattern, null otherwise.
Usually associated with Reference.isLowPriority being true, so that the shortest path finder will only go through matching references after it has exhausted references that don’t match, prioritizing finding an application leak over a known library leak.