mirror of https://github.com/M66B/FairEmail.git
Added logging
This commit is contained in:
parent
0911eb782f
commit
afb4ac669d
|
@ -292,7 +292,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
crumb.put("lastLost", new Date(lastLost).toString());
|
crumb.put("lastLost", new Date(lastLost).toString());
|
||||||
Log.breadcrumb("start", crumb);
|
Log.breadcrumb("start", crumb);
|
||||||
|
|
||||||
Log.i("### start=" + accountNetworkState);
|
Log.i("### start=" + accountNetworkState + " sync=" + sync);
|
||||||
astate.start();
|
astate.start();
|
||||||
EntityLog.log(ServiceSynchronize.this, "### started=" + accountNetworkState);
|
EntityLog.log(ServiceSynchronize.this, "### started=" + accountNetworkState);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue