Searched refs:sSystemUncaughtExceptionHandler (Results 1 – 2 of 2) sorted by relevance
31 @Nullable private static UncaughtExceptionHandler sSystemUncaughtExceptionHandler; field in CarMessengerApp37 sSystemUncaughtExceptionHandler = Thread.getDefaultUncaughtExceptionHandler(); in onCreate()60 if (sSystemUncaughtExceptionHandler != null) { in nullSafeUncaughtException()61 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex); in nullSafeUncaughtException()
58 private UncaughtExceptionHandler sSystemUncaughtExceptionHandler; field in BugleApplication86 sSystemUncaughtExceptionHandler = Thread.getDefaultUncaughtExceptionHandler(); in onCreate()194 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex); in uncaughtException()198 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex); in uncaughtException()