Increase error report count for test releases

This commit is contained in:
M66B 2022-02-23 12:39:01 +01:00
parent 4ed6a330ba
commit a7f1e88d53
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public class Log {
private static Context ctx;
private static int level = android.util.Log.INFO;
private static final int MAX_CRASH_REPORTS = 5;
private static final int MAX_CRASH_REPORTS = (BuildConfig.TEST_RELEASE ? 50 : 5);
private static final String TAG = "fairemail";
static final String TOKEN_REFRESH_REQUIRED =