HeapAnalysisFailed

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

Constructors

Link copied to clipboard
fun HeapAnalysisFailed(    uniqueId: String,     heapAnalysis: HeapAnalysisFailure,     showIntent: Intent)

Properties

Link copied to clipboard
val heapAnalysis: HeapAnalysisFailure
Link copied to clipboard
val showIntent: Intent
Link copied to clipboard
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.