Home
last modified time | relevance | path

Searched defs:HandleUncaughtExceptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dlogger.py382 def HandleUncaughtExceptions(fun): function
/aosp_15_r20/art/runtime/
H A Dthread.cc2743 void Thread::HandleUncaughtExceptions() { in HandleUncaughtExceptions() function in art::Thread