mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Enable crash reports by default in test versions
This commit is contained in:
@@ -934,7 +934,7 @@ public class Helper {
|
||||
html += "Locale: " + Html.escapeHtml(slocale.toString()) + "<br>";
|
||||
if (language != null)
|
||||
html += "Language: " + Html.escapeHtml(language) + "<br>";
|
||||
if (reporting && uuid != null)
|
||||
if ((reporting || BuildConfig.TEST_RELEASE) && uuid != null)
|
||||
html += "UUID: " + Html.escapeHtml(uuid) + "<br>";
|
||||
html += "</p>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user