mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Log simplification
This commit is contained in:
@@ -2177,7 +2177,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
swMainLogMem.setChecked(prefs.getBoolean("main_log_memory", false));
|
||||
swMainLogMem.setEnabled(swMainLog.isChecked());
|
||||
swProtocol.setChecked(prefs.getBoolean("protocol", false));
|
||||
swLogInfo.setChecked(prefs.getInt("log_level", Log.getDefaultLogLevel()) <= android.util.Log.INFO);
|
||||
swLogInfo.setChecked(Log.isDebugLogLevel());
|
||||
swDebug.setChecked(prefs.getBoolean("debug", false));
|
||||
swCanary.setChecked(prefs.getBoolean("leak_canary", false));
|
||||
swTest1.setChecked(prefs.getBoolean("test1", false));
|
||||
|
||||
Reference in New Issue
Block a user