App built
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
"versionCode": 54,
|
"versionCode": 55,
|
||||||
"versionName": "54",
|
"versionName": "55",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -309,6 +309,7 @@ class DownloadWorker private constructor(context: Context) : ContextWrapper(cont
|
|||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
FirebaseCrashlytics.getInstance().apply {
|
FirebaseCrashlytics.getInstance().apply {
|
||||||
|
log("FAIL ON OK ${call.request().tag()} (${e.message})")
|
||||||
setCustomKey("POS", "FAIL ON OK")
|
setCustomKey("POS", "FAIL ON OK")
|
||||||
recordException(e)
|
recordException(e)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user