Bugsnag/Amazon

This commit is contained in:
M66B 2021-06-30 11:57:15 +02:00
parent 48fdd49ef6
commit e1f62480db
1 changed files with 2 additions and 0 deletions

View File

@ -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 {