Added logging

pull/174/head
M66B 6 years ago
parent b3ec457738
commit 2ed151acab

@ -3415,8 +3415,11 @@ class Core {
maxConnections = false; maxConnections = false;
lastActivity = null; lastActivity = null;
synchronized (this) { synchronized (this) {
for (FolderPriority key : sequence.keySet()) for (FolderPriority key : sequence.keySet()) {
batch.put(key, sequence.get(key)); batch.put(key, sequence.get(key));
if (BuildConfig.DEBUG)
Log.i("=== Reset " + key.folder + ":" + key.priority + " batch=" + batch.get(key));
}
} }
} }

Loading…
Cancel
Save