1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 11:15:51 +00:00

Added logging

This commit is contained in:
M66B 2020-01-10 13:02:46 +01:00
parent 0911eb782f
commit afb4ac669d

View file

@ -292,7 +292,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
crumb.put("lastLost", new Date(lastLost).toString());
Log.breadcrumb("start", crumb);
Log.i("### start=" + accountNetworkState);
Log.i("### start=" + accountNetworkState + " sync=" + sync);
astate.start();
EntityLog.log(ServiceSynchronize.this, "### started=" + accountNetworkState);
}