Log airplane mode changes

This commit is contained in:
M66B
2021-01-17 17:25:00 +01:00
parent 1313005e2f
commit a9a5abb628

View File

@@ -2080,6 +2080,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
boolean on = intent.getBooleanExtra("state", false);
EntityLog.log(context, "Airplane mode on=" + on);
if (!on)
lastLost = 0;
}