-
- All Implemented Interfaces:
-
java.io.Serializable
public class EventListener.Event implements Serializable
Note: Event is Serializable for convenience but we currently make no guarantee that the Serialization is backward / forward compatible across LeakCanary versions, so plan accordingly. This is convenient for passing events around processes, and shouldn't be used to store them.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventListener.Event.DumpingHeapSent from the "LeakCanary-Heap-Dump" HandlerThread.
public final classEventListener.Event.HeapDumpSent from the "LeakCanary-Heap-Dump" HandlerThread.
public final classEventListener.Event.HeapDumpFailedSent from the "LeakCanary-Heap-Dump" HandlerThread.
public final classEventListener.Event.HeapAnalysisProgressprogressPercent is a value between 0..1
Sent from the thread performing the analysis.
public classEventListener.Event.HeapAnalysisDoneSent from the thread performing the analysis.
-
Method Summary
Modifier and Type Method Description final StringgetUniqueId()Unique identifier for a related chain of event. -
-
Method Detail
-
getUniqueId
final String getUniqueId()
-
-
-
-