Searched defs:uncaughtException (Results 1 – 6 of 6) sorted by relevance
49 private static volatile Throwable uncaughtException; field in BaseDroidDriverTest53 public void uncaughtException(Thread thread, Throwable ex) { in Thread.setDefaultUncaughtExceptionHandler() argument54 uncaughtException = ex; in Thread.setDefaultUncaughtExceptionHandler()58 Logs.log(Log.ERROR, uncaughtException, "uncaughtException"); in Thread.setDefaultUncaughtExceptionHandler()
62 @Override public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in UncaughtExceptionHandlers.Exiter
41 public void uncaughtException(Thread unusedThread, final Throwable e) { in uncaughtException() method in UnhandledExceptionHandler
97 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in ShadowHandlerThreadTest.MyUncaughtExceptionHandler
93 public void uncaughtException(Thread thread, Throwable ex) { in uncaughtException() method in MainActivity.LoggingExceptionHandler
755 public void uncaughtException(Thread thread, Throwable ex) { in uncaughtException() method in SSLSocketTest.TestUncaughtExceptionHandler