Improved logging

pull/207/head
M66B 4 years ago
parent 3b2f045d78
commit 533d809893

@ -2455,10 +2455,10 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
} }
if (!currentThread.equals(accountThread) && accountThread != null) if (!currentThread.equals(accountThread) && accountThread != null)
Log.w(account.name + " orphan thread id=" + currentThread + "/" + accountThread); Log.e(account.name + " orphan thread id=" + currentThread + "/" + accountThread);
} finally { } finally {
EntityLog.log(this, EntityLog.Type.Account, account, EntityLog.log(this, EntityLog.Type.Account, account,
account.name + " stopped"); account.name + " stopped running=" + state.isRunning());
wlAccount.release(); wlAccount.release();
} }
} }

Loading…
Cancel
Save