Reduced logging

pull/197/head
M66B 4 years ago
parent 701f26e140
commit 873ce19f42

@ -2129,7 +2129,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
accountThread = db.account().getAccountThread(account.id);
}
if (!currentThread.equals(accountThread))
if (!currentThread.equals(accountThread) && accountThread != null)
Log.e(account.name + " orphan thread id=" + currentThread + "/" + accountThread);
} finally {
EntityLog.log(this, account.name + " stopped");

Loading…
Cancel
Save