1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Log memory

This commit is contained in:
M66B 2020-11-05 09:31:44 +01:00
parent bbc06de5d7
commit ec438cc348

View file

@ -1480,6 +1480,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
// Sends store NOOP // Sends store NOOP
EntityLog.log(this, account.name + " checking store" + EntityLog.log(this, account.name + " checking store" +
" memory=" + Log.getFreeMemMb() +
" battery=" + Helper.getBatteryLevel(this)); " battery=" + Helper.getBatteryLevel(this));
if (!iservice.getStore().isConnected()) if (!iservice.getStore().isConnected())
throw new StoreClosedException(iservice.getStore(), "NOOP"); throw new StoreClosedException(iservice.getStore(), "NOOP");