Ditto Panic Exception
class DittoPanicException(val nativeCrashMessage: String, val nativeCrashStackTrace: String) : RuntimeException
An exception raised when there's a native crash on Ditto.
Properties
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.