HeapDumpFailed

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

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

Constructors

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

Properties

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

willRetryLater
Link copied to clipboard
val willRetryLater: Boolean