mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
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…
Reference in New Issue