mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Log memory
This commit is contained in:
parent
bbc06de5d7
commit
ec438cc348
1 changed files with 1 additions and 0 deletions
|
@ -1480,6 +1480,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
|
||||
// Sends store NOOP
|
||||
EntityLog.log(this, account.name + " checking store" +
|
||||
" memory=" + Log.getFreeMemMb() +
|
||||
" battery=" + Helper.getBatteryLevel(this));
|
||||
if (!iservice.getStore().isConnected())
|
||||
throw new StoreClosedException(iservice.getStore(), "NOOP");
|
||||
|
|
Loading…
Reference in a new issue