sdk-common / com.tomtom.online.sdk.common.util / LogUtils / DelegateUncaughtExceptionHandler

DelegateUncaughtExceptionHandler

open class DelegateUncaughtExceptionHandler : UncaughtExceptionHandler

Custom crash handler for process. Handler run email application with formatted email and attached file with logs. Crash handler delegate crash forward. Crashlitics or other crash handler still works with this delegate.

Constructors

<init>

DelegateUncaughtExceptionHandler(context: Context!, defaultUEH: UncaughtExceptionHandler!, email: String!, logsFileUri: Uri!)

Functions

uncaughtException

open fun uncaughtException(thread: Thread!, ex: Throwable!): Unit