Home
last modified time | relevance | path

Searched refs:firstLibraryLeakMatcher (Results 1 – 1 of 1) sorted by relevance

/external/leakcanary2/shark/src/main/java/shark/
DHeapAnalyzer.kt435 fun firstLibraryLeakMatcher(): LibraryLeakReferenceMatcher? { in <lambda>() method in shark.HeapAnalyzer.ShortestPath
476 val firstLibraryLeakMatcher = shortestPath.firstLibraryLeakMatcher() in <lambda>() constant
477 if (firstLibraryLeakMatcher != null) { in <lambda>()
478 val signature: String = firstLibraryLeakMatcher.pattern.toString() in <lambda>()
480 libraryLeaksMap.getOrPut(signature) { firstLibraryLeakMatcher to mutableListOf() } in <lambda>()