Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/leakcanary/EventListener/Event/HeapDumpFailed

HeapDumpFailed

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

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

Constructors

HeapDumpFailed [androidJvm]
constructor(uniqueId: String, exception: Throwable, willRetryLater: Boolean)

Properties

Name Summary
exception [androidJvm]
val exception: Throwable
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.
willRetryLater [androidJvm]
val willRetryLater: Boolean