Bugsnag/Amazon

pull/199/head
M66B 4 years ago
parent 48fdd49ef6
commit e1f62480db

@ -316,6 +316,8 @@ public class Log {
if (Helper.hasValidFingerprint(context)) { if (Helper.hasValidFingerprint(context)) {
if (BuildConfig.PLAY_STORE_RELEASE) if (BuildConfig.PLAY_STORE_RELEASE)
type = "play"; type = "play";
else if (BuildConfig.AMAZON_RELEASE)
type = "amazon";
else else
type = "full"; type = "full";
} else { } else {

Loading…
Cancel
Save