Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentUncaughtExceptionHandler.kt11 override fun uncaughtException(thread: Thread, ex: Throwable) { in uncaughtException() method in host.exp.exponent.ExponentUncaughtExceptionHandler
18 oldExceptionHandler.uncaughtException(thread, ex) in uncaughtException()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherUncaughtExceptionHandler.kt52 override fun uncaughtException(thread: Thread, exception: Throwable) { in onActivityStarted() method
86 defaultUncaughtHandler.uncaughtException(thread, exception) in onActivityStarted()