Debug: added max back-off slider

This commit is contained in:
M66B
2023-02-08 08:45:32 +01:00
parent 4037850836
commit 454c07e7af
5 changed files with 64 additions and 8 deletions

View File

@@ -351,6 +351,7 @@ public class ApplicationEx extends Application
EntityLog.log(context, "Upgrading from " + version + " to " + BuildConfig.VERSION_CODE);
SharedPreferences.Editor editor = prefs.edit();
editor.remove("max_backoff_power");
if (version < BuildConfig.VERSION_CODE)
editor.remove("crash_report_count");