App built

This commit is contained in:
tom5079
2020-06-22 09:52:25 +09:00
parent 090ec0e4af
commit 2367a97a54
2 changed files with 3 additions and 2 deletions

View File

@@ -309,6 +309,7 @@ class DownloadWorker private constructor(context: Context) : ContextWrapper(cont
}
} catch (e: Exception) {
FirebaseCrashlytics.getInstance().apply {
log("FAIL ON OK ${call.request().tag()} (${e.message})")
setCustomKey("POS", "FAIL ON OK")
recordException(e)
}