Searched refs:uncaughtException (Results 1 – 3 of 3) sorted by relevance
60 public void uncaughtException(@NonNull Thread t, @NonNull Throwable e) { in uncaughtException() method in PumpApplication64 mSystemUncaughtExceptionHandler.uncaughtException(t, e)); in uncaughtException()66 mSystemUncaughtExceptionHandler.uncaughtException(t, e); in uncaughtException()
184 public void uncaughtException(final Thread thread, final Throwable ex) { in uncaughtException() method in BugleApplication194 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex); in uncaughtException()198 sSystemUncaughtExceptionHandler.uncaughtException(thread, ex); in uncaughtException()
58 public void uncaughtException(Thread thread, Throwable ex) { in newThread()