mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Refactoring
This commit is contained in:
@@ -277,7 +277,7 @@ public class DebugHelper {
|
||||
autostart == null ? "?" : Boolean.toString(autostart == 0)));
|
||||
|
||||
boolean reporting = prefs.getBoolean("crash_reports", false);
|
||||
if (reporting || BuildConfig.TEST_RELEASE) {
|
||||
if (reporting || Log.isTestRelease()) {
|
||||
String uuid = prefs.getString("uuid", null);
|
||||
sb.append(String.format("Bugsnag UUID: %s\r\n", uuid == null ? "-" : uuid));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user