Home
last modified time | relevance | path

Searched refs:syntheticException (Results 1 – 1 of 1) sorted by relevance

/libcore/libart/src/main/java/java/lang/
DDaemons.java455 Exception syntheticException = new TimeoutException(message); in finalizerTimedOut() local
457 syntheticException.setStackTrace(FinalizerDaemon.INSTANCE.getStackTrace()); in finalizerTimedOut()
484 System.logE(message, syntheticException); in finalizerTimedOut()
491 Thread.currentThread().dispatchUncaughtException(syntheticException); in finalizerTimedOut()