Reduced logging

This commit is contained in:
M66B 2021-04-05 12:19:44 +02:00
parent 701f26e140
commit 873ce19f42
1 changed files with 1 additions and 1 deletions

View File

@ -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");