-
- All Implemented Interfaces:
-
java.io.Serializable
public final class EventListener.Event.HeapDumpFailed extends EventListener.Event
Sent from the "LeakCanary-Heap-Dump" HandlerThread.
-
-
Constructor Summary
Constructors Constructor Description EventListener.Event.HeapDumpFailed(String uniqueId, Throwable exception, Boolean willRetryLater)
-
Method Summary
Modifier and Type Method Description final ThrowablegetException()final BooleangetWillRetryLater()final StringgetUniqueId()Unique identifier for a related chain of event. -
-
Method Detail
-
getException
final Throwable getException()
-
getWillRetryLater
final Boolean getWillRetryLater()
-
getUniqueId
final String getUniqueId()
-
-
-
-