Home | History | Annotate | Download | only in os

Lines Matching defs:uncaughtException

74         public void uncaughtException(Thread t, Throwable e) {
113 * If {@link #uncaughtException(Thread, Throwable) uncaughtException} is called
115 * {@link LoggingHandler#uncaughtException(Thread, Throwable)
116 * loggingHandler.uncaughtException} will be called first.
119 * this instance's {@link #uncaughtException(Thread, Throwable) uncaughtException}
127 public void uncaughtException(Thread t, Throwable e) {
167 * {@code thread.getUncaughtExceptionHandler().uncaughtException(thread, e);}
182 mLoggingHandler.uncaughtException(t, e);