Merge pull request 'chore: do not send reports on simulators.' (#188) from chore-acra-simulator into master
Reviewed-on: Louvorg/ReaderForSelfoss-multiplatform#188
This commit is contained in:
commit
af4752f0f0
@ -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