mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-18 21:28:54 +00:00
Added logging
This commit is contained in:
parent
5ccfc8a36d
commit
c015522c7e
1 changed files with 4 additions and 0 deletions
|
@ -244,6 +244,10 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
" sync=" + current.accountState.isEnabled(current.enabled) + "/" + sync +
|
||||
" changed=" + !prev.accountState.equals(current.accountState) +
|
||||
" enabled=" + current.accountState.synchronize +
|
||||
" ondemand=" + current.accountState.ondemand +
|
||||
" folders=" + current.accountState.folders +
|
||||
" ops=" + current.accountState.operations +
|
||||
" tbd=" + current.accountState.tbd +
|
||||
" state=" + current.accountState.state +
|
||||
" type=" + prev.networkState.getType() + "/" + current.networkState.getType());
|
||||
if (prev.canRun())
|
||||
|
|
Loading…
Reference in a new issue