HeapDumpFailed

class HeapDumpFailed(    val uniqueId: String,     val exception: Throwable,     val willRetryLater: Boolean) : EventListener.Event

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

Constructors

Link copied to clipboard
fun HeapDumpFailed(    uniqueId: String,     exception: Throwable,     willRetryLater: Boolean)

Properties

Link copied to clipboard
val exception: Throwable
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.

Link copied to clipboard
val willRetryLater: Boolean