Heap Analysis Done
Sent from the thread performing the analysis.
Types
Heap Analysis Failed
Link copied to clipboard
class HeapAnalysisFailed(uniqueId: String, heapAnalysis: HeapAnalysisFailure, showIntent: Intent) : EventListener.Event.HeapAnalysisDone<HeapAnalysisFailure>
Content copied to clipboard
Heap Analysis Succeeded
Link copied to clipboard
class HeapAnalysisSucceeded(uniqueId: String, heapAnalysis: HeapAnalysisSuccess, unreadLeakSignatures: Set<String>, showIntent: Intent) : EventListener.Event.HeapAnalysisDone<HeapAnalysisSuccess>
Content copied to clipboard