mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added logging
This commit is contained in:
@@ -3415,8 +3415,11 @@ class Core {
|
||||
maxConnections = false;
|
||||
lastActivity = null;
|
||||
synchronized (this) {
|
||||
for (FolderPriority key : sequence.keySet())
|
||||
for (FolderPriority key : sequence.keySet()) {
|
||||
batch.put(key, sequence.get(key));
|
||||
if (BuildConfig.DEBUG)
|
||||
Log.i("=== Reset " + key.folder + ":" + key.priority + " batch=" + batch.get(key));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user