OnHeapAnalyzedListener

fun interface OnHeapAnalyzedListener

Deprecated, add to LeakCanary.config.eventListeners instead. Called after leakcanary.EventListener.Event.HeapAnalysisDone.

Types

Companion
Link copied to clipboard
object Companion

Functions

onHeapAnalyzed
Link copied to clipboard
abstract fun onHeapAnalyzed(heapAnalysis: HeapAnalysis)

Inheritors

DefaultOnHeapAnalyzedListener
Link copied to clipboard