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

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

Properties

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