HomeSort by relevance Sort by last modified time
    Searched defs:loggingHandler (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 70 private static class LoggingHandler implements Thread.UncaughtExceptionHandler {
105 * instance of {@link LoggingHandler} should already have logged details
109 private final LoggingHandler mLoggingHandler;
112 * Create a new KillApplicationHandler that follows the given LoggingHandler.
114 * on the created instance without {@code loggingHandler} having been triggered,
115 * {@link LoggingHandler#uncaughtException(Thread, Throwable)
116 * loggingHandler.uncaughtException} will be called first.
118 * @param loggingHandler the {@link LoggingHandler} expected to have run before
122 public KillApplicationHandler(LoggingHandler loggingHandler)
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 1048 milliseconds