Package leakcanary
Types
Dumps the Android heap using Debug.dumpHprofData.
Starts heap analysis on a background HandlerThread when receiving a HeapDump event.
Deprecated, this is now a no-op. Add to LeakCanary.config.eventListeners instead.
Forwards events to the EventListener provided by lazyEventListener which is evaluated lazily, when the first comes in.
The entry point API for LeakCanary. LeakCanary builds on top of AppWatcher. AppWatcher notifies LeakCanary of retained instances, which in turns dumps the heap, analyses it and publishes the results.
Deprecated, add to LeakCanary.config.eventListeners instead. Called after leakcanary.EventListener.Event.HeapAnalysisDone.
When receiving a HeapDump event, starts a WorkManager worker that performs heap analysis in a dedicated :leakcanary process
When receiving a HeapDump event, starts a WorkManager worker that performs heap analysis.