Skip to content
🤔 Documentation issue? Report it

//leakcanary/leakcanary/EventListener/Event/HeapDump

HeapDump

class HeapDump(val uniqueId: String, val file: File, val durationMillis: Long, val reason: String) : EventListener.Event

Sent from the "LeakCanary-Heap-Dump" HandlerThread.

Constructors

HeapDump fun HeapDump(uniqueId: String, file: File, durationMillis: Long, reason: String)

Properties

Name Summary
durationMillis val durationMillis: Long
file val file: File
reason val reason: String
uniqueId 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.