DittoPanicException

class DittoPanicException(val nativeCrashMessage: String, val nativeCrashStackTrace: String) : RuntimeException

An exception raised when there's a native crash on Ditto.

Constructors

Link copied to clipboard
constructor(nativeCrashMessage: String, nativeCrashStackTrace: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

The message describing the native crash.

Link copied to clipboard

The stack trace of the native crash.

Functions

Link copied to clipboard

Checks if the given Throwable is a DeadSystemRuntimeException or DeadObjectException, which indicates that the Bluetooth system service has died unexpectedly.