Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/launcher/
H A DNoDatabaseLauncher.kt38 private fun writeErrorToLog(context: Context, fatalException: Exception) { in writeErrorToLog() method
86 AsyncTask.execute { writeErrorToLog(context, fatalException) } in <lambda>()