Searched defs:uncaughtException (Results 1 – 3 of 3) 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()
59 @Override public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in UncaughtExceptionHandlers.Exiter
58 public void uncaughtException(Thread unusedThread, final Throwable e) { in uncaughtException() method in UnhandledExceptionHandler