Searched refs:LoggingExceptionHandler (Results 1 – 1 of 1) sorted by relevance
91 public class LoggingExceptionHandler implements java.lang.Thread.UncaughtExceptionHandler { class in MainActivity188 Thread.setDefaultUncaughtExceptionHandler(new LoggingExceptionHandler()); in onCreate()