mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Bugsnag/Amazon
This commit is contained in:
@@ -316,6 +316,8 @@ public class Log {
|
||||
if (Helper.hasValidFingerprint(context)) {
|
||||
if (BuildConfig.PLAY_STORE_RELEASE)
|
||||
type = "play";
|
||||
else if (BuildConfig.AMAZON_RELEASE)
|
||||
type = "amazon";
|
||||
else
|
||||
type = "full";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user