//leakcanary-repo/shark/LeakingObjectFinder
LeakingObjectFinder¶
fun interface LeakingObjectFinder
Finds the objects that are leaking, for which Shark will compute leak traces.
Inheritors¶
FilteringLeakingObjectFinder |
KeyedWeakReferenceFinder |
Functions¶
Name | Summary |
---|---|
findLeakingObjectIds | [jvm] abstract fun findLeakingObjectIds(graph: HeapGraph): Set<Long> For a given heap graph, returns a set of object ids for the objects that are leaking. |