Compare commits
3 Commits
bb84d1541c
...
f170d1157d
Author | SHA1 | Date | |
---|---|---|---|
f170d1157d | |||
af4752f0f0 | |||
f0fa1a17b6 |
@ -109,6 +109,7 @@ class MyApp :
|
|||||||
super.attachBaseContext(base)
|
super.attachBaseContext(base)
|
||||||
|
|
||||||
initAcra {
|
initAcra {
|
||||||
|
sendReportsInDevMode = false
|
||||||
reportFormat = StringFormat.JSON
|
reportFormat = StringFormat.JSON
|
||||||
reportContent =
|
reportContent =
|
||||||
listOf(
|
listOf(
|
||||||
|
@ -22,5 +22,5 @@ class AcraReportingAdministrator : ReportingAdministrator {
|
|||||||
context: Context,
|
context: Context,
|
||||||
config: CoreConfiguration,
|
config: CoreConfiguration,
|
||||||
crashReportData: CrashReportData,
|
crashReportData: CrashReportData,
|
||||||
): Boolean = crashReportData.get("BRAND") != "redroid"
|
): Boolean = crashReportData.get("BRAND") != "redroid" && !crashReportData.get("PHONE_MODEL").toString().startsWith("sdk_gphone")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user