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