mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added back logging
This commit is contained in:
@@ -2151,6 +2151,11 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
partitions.remove(key);
|
||||
}
|
||||
|
||||
Log.i(account.name + "/" + folder.name +
|
||||
" executing partition=" + key +
|
||||
" serial=" + serial +
|
||||
" operations=" + partition.size());
|
||||
|
||||
Map<String, String> crumb = new HashMap<>();
|
||||
crumb.put("account", folder.account == null ? null : Long.toString(folder.account));
|
||||
crumb.put("folder", folder.name + "/" + folder.type + ":" + folder.id);
|
||||
|
||||
Reference in New Issue
Block a user