Reduced logging

pull/215/head
M66B 5 months ago
parent cc4bee7c39
commit a71fdfb504

@ -118,8 +118,7 @@ class RoomTrackingLiveData<T> extends LiveData<T> {
if (isActive) if (isActive)
synchronized (lock) { synchronized (lock) {
if (queued > 0) if (queued > 0)
eu.faircode.email.Log.persist(eu.faircode.email.EntityLog.Type.Debug1, eu.faircode.email.Log.i(mComputeFunction + " queued=" + queued);
mComputeFunction + " queued=" + queued);
else { else {
queued++; queued++;
getQueryExecutor().execute(mRefreshRunnable); getQueryExecutor().execute(mRefreshRunnable);

Loading…
Cancel
Save