B
C
D
E
G
H
L
M
N
O
R
S
T
W
E
- EventListener - class in leakcanary
- EventListener.Event - class in leakcanary.EventListener
- 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.
- EventListener.Event.DumpingHeap - class in leakcanary.EventListener.Event
- Sent from the "LeakCanary-Heap-Dump" HandlerThread.
- EventListener.Event.HeapAnalysisDone - class in leakcanary.EventListener.Event
- Sent from the thread performing the analysis.
- EventListener.Event.HeapAnalysisDone.HeapAnalysisFailed - class in leakcanary.EventListener.Event.HeapAnalysisDone
- EventListener.Event.HeapAnalysisDone.HeapAnalysisSucceeded - class in leakcanary.EventListener.Event.HeapAnalysisDone
- EventListener.Event.HeapAnalysisProgress - class in leakcanary.EventListener.Event
- progressPercent is a value between 0..
- EventListener.Event.HeapDump - class in leakcanary.EventListener.Event
- Sent from the "LeakCanary-Heap-Dump" HandlerThread.
- EventListener.Event.HeapDumpFailed - class in leakcanary.EventListener.Event
- Sent from the "LeakCanary-Heap-Dump" HandlerThread.
- eventListeners(List) - function in leakcanary.LeakCanary.Config.Builder