mirror of https://github.com/M66B/FairEmail.git
Increase error report count for test releases
This commit is contained in:
parent
4ed6a330ba
commit
a7f1e88d53
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue