Compare commits
No commits in common. "af4752f0f025d795ef3d31a44cb159a4028164d7" and "bb84d1541c43ffd71b60afe7147ad94181f7965d" have entirely different histories.
af4752f0f0
...
bb84d1541c
@ -22,5 +22,5 @@ class AcraReportingAdministrator : ReportingAdministrator {
|
|||||||
context: Context,
|
context: Context,
|
||||||
config: CoreConfiguration,
|
config: CoreConfiguration,
|
||||||
crashReportData: CrashReportData,
|
crashReportData: CrashReportData,
|
||||||
): Boolean = crashReportData.get("BRAND") != "redroid" && !crashReportData.get("PHONE_MODEL").toString().startsWith("sdk_gphone")
|
): Boolean = crashReportData.get("BRAND") != "redroid"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user