Skip to content
🤔 Documentation issue? Report it

//leakcanary/shark/KeyedWeakReferenceFinder

KeyedWeakReferenceFinder

object KeyedWeakReferenceFinder : LeakingObjectFinder

Finds all objects tracked by a KeyedWeakReference, ie all objects that were passed to ObjectWatcher.watch.

Functions

Name Summary
findLeakingObjectIds open override fun findLeakingObjectIds(graph: HeapGraph): Set<Long>
For a given heap graph, returns a set of object ids for the objects that are leaking.
heapDumpUptimeMillis fun heapDumpUptimeMillis(graph: HeapGraph): Long?