Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/leakcanary/EventListener/Event/HeapDump

HeapDump

[androidJvm]\ 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 [androidJvm]
constructor(uniqueId: String, file: File, durationMillis: Long, reason: String)

Properties

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