HeapAnalysisDone

sealed class HeapAnalysisDone<T : HeapAnalysis> : EventListener.Event

Sent from the thread performing the analysis.

Types

Link copied to clipboard
class HeapAnalysisFailed(    uniqueId: String,     heapAnalysis: HeapAnalysisFailure,     showIntent: Intent) : EventListener.Event.HeapAnalysisDone<HeapAnalysisFailure>
Link copied to clipboard
class HeapAnalysisSucceeded(    uniqueId: String,     heapAnalysis: HeapAnalysisSuccess,     val unreadLeakSignatures: Set<String>,     showIntent: Intent) : EventListener.Event.HeapAnalysisDone<HeapAnalysisSuccess>

Properties

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

Inheritors

Link copied to clipboard
Link copied to clipboard