DefaultOnHeapAnalyzedListener

class DefaultOnHeapAnalyzedListener : OnHeapAnalyzedListener

Deprecated, this is now a no-op. Add to LeakCanary.config.eventListeners instead.

Default OnHeapAnalyzedListener implementation, which will store the analysis to disk and show a notification summarizing the result.

Constructors

DefaultOnHeapAnalyzedListener
Link copied to clipboard
fun DefaultOnHeapAnalyzedListener(application: Application)

Types

Companion
Link copied to clipboard
object Companion

Functions

onHeapAnalyzed
Link copied to clipboard
open override fun onHeapAnalyzed(heapAnalysis: HeapAnalysis)