Home
last modified time | relevance | path

Searched refs:sSystemUncaughtExceptionHandler (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/
H A DCarMessengerApp.java31 @Nullable private static UncaughtExceptionHandler sSystemUncaughtExceptionHandler; field in CarMessengerApp
37 sSystemUncaughtExceptionHandler = Thread.getDefaultUncaughtExceptionHandler(); in onCreate()
60 if (sSystemUncaughtExceptionHandler != null) { in nullSafeUncaughtException()
61 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex); in nullSafeUncaughtException()
/aosp12/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java58 private UncaughtExceptionHandler sSystemUncaughtExceptionHandler; field in BugleApplication
86 sSystemUncaughtExceptionHandler = Thread.getDefaultUncaughtExceptionHandler(); in onCreate()
194 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex); in uncaughtException()
198 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex); in uncaughtException()