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

  /libcore/libdvm/src/main/java/java/lang/
Daemons.java 266 Exception syntheticException = new TimeoutException(message);
268 syntheticException.setStackTrace(FinalizerDaemon.INSTANCE.getStackTrace());
272 System.logE(message, syntheticException);
278 h.uncaughtException(Thread.currentThread(), syntheticException);
  /libcore/libart/src/main/java/java/lang/
Daemons.java 269 Exception syntheticException = new TimeoutException(message);
271 syntheticException.setStackTrace(FinalizerDaemon.INSTANCE.getStackTrace());
275 System.logE(message, syntheticException);
281 h.uncaughtException(Thread.currentThread(), syntheticException);

Completed in 23 milliseconds