HeapAnalysisSucceeded

class HeapAnalysisSucceeded(    uniqueId: String,     heapAnalysis: HeapAnalysisSuccess,     val unreadLeakSignatures: Set<String>,     showIntent: Intent) : EventListener.Event.HeapAnalysisDone<HeapAnalysisSuccess>

Constructors

Link copied to clipboard
fun HeapAnalysisSucceeded(    uniqueId: String,     heapAnalysis: HeapAnalysisSuccess,     unreadLeakSignatures: Set<String>,     showIntent: Intent)

Properties

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

Link copied to clipboard
val unreadLeakSignatures: Set<String>