mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Log battery level
This commit is contained in:
@@ -1479,7 +1479,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
new Exception(state.getUnrecoverable()));
|
||||
|
||||
// Sends store NOOP
|
||||
EntityLog.log(this, account.name + " checking store");
|
||||
EntityLog.log(this, account.name + " checking store" +
|
||||
" battery=" + Helper.getBatteryLevel(this));
|
||||
if (!iservice.getStore().isConnected())
|
||||
throw new StoreClosedException(iservice.getStore(), "NOOP");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user