//leakcanary-android-core/leakcanary/EventListener/Event/HeapAnalysisDone/HeapAnalysisFailed

HeapAnalysisFailed

[androidJvm]
class HeapAnalysisFailed(uniqueId: String, heapAnalysis: HeapAnalysisFailure, showIntent: Intent) : EventListener.Event.HeapAnalysisDone<HeapAnalysisFailure>

Properties

NameSummary
heapAnalysis[androidJvm]
val heapAnalysis: HeapAnalysisFailure
showIntent[androidJvm]
val showIntent: Intent
uniqueId[androidJvm]
val uniqueId: String
Unique identifier for a related chain of event. The identifier for the events that run before HeapDump gets reset right before HeapDump is sent.