//leakcanary-android-core/leakcanary/EventListener/Event/DumpingHeap

DumpingHeap

[androidJvm]
class DumpingHeap(uniqueId: String) : EventListener.Event

Sent from the “LeakCanary-Heap-Dump” HandlerThread.

Constructors

DumpingHeap[androidJvm]
fun DumpingHeap(uniqueId: String)

Properties

NameSummary
uniqueId[androidJvm]
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.