Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/launcher/
H A DNoDatabaseLauncher.kt40 val errorLogFile = File(context.filesDir, ERROR_LOG_FILENAME) in writeErrorToLog()
51 private const val ERROR_LOG_FILENAME = "expo-error.log" constant
55 val errorLogFile = File(context.filesDir, ERROR_LOG_FILENAME) in consumeErrorLog()