HeapDump

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

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

Constructors

HeapDump
Link copied to clipboard
fun HeapDump(uniqueId: String, file: File, durationMillis: Long, reason: String)

Properties

durationMillis
Link copied to clipboard
val durationMillis: Long
file
Link copied to clipboard
val file: File
reason
Link copied to clipboard
val reason: String
uniqueId
Link copied to clipboard
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.