Searched refs:nullSafeUncaughtException (Results 1 – 1 of 1) sorted by relevance
53 handler.post(() -> nullSafeUncaughtException(thread, ex)); in uncaughtException()55 nullSafeUncaughtException(thread, ex); in uncaughtException()59 private static void nullSafeUncaughtException(@NonNull Thread thread, @NonNull Throwable ex) { in nullSafeUncaughtException() method in CarMessengerApp