Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentUncaughtExceptionHandler.kt8 class ExponentUncaughtExceptionHandler(private val context: Context) : Thread.UncaughtExceptionHand… class
26 private val TAG = ExponentUncaughtExceptionHandler::class.java.simpleName
H A DExpoApplication.kt80 ExponentUncaughtExceptionHandler( in onCreate()