mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Added logging
This commit is contained in:
parent
0911eb782f
commit
afb4ac669d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue