mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Added logging
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user