Compare commits
2
Commits
bb84d1541c
...
af4752f0f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af4752f0f0 | ||
|
|
f0fa1a17b6 |
+1
-1
@@ -22,5 +22,5 @@ class AcraReportingAdministrator : ReportingAdministrator {
|
||||
context: Context,
|
||||
config: CoreConfiguration,
|
||||
crashReportData: CrashReportData,
|
||||
): Boolean = crashReportData.get("BRAND") != "redroid"
|
||||
): Boolean = crashReportData.get("BRAND") != "redroid" && !crashReportData.get("PHONE_MODEL").toString().startsWith("sdk_gphone")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user