1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 01:06:04 +00:00

Small improvement

This commit is contained in:
M66B 2018-09-08 11:05:25 +00:00
parent 96781e7e13
commit 5d39cb7f40

View file

@ -808,8 +808,10 @@ public class ServiceSynchronize extends LifecycleService {
t.start();
try {
t.join(STORE_CLOSE_TIMEOUT);
if (t.isAlive())
Log.w(Helper.TAG, account.name + " Close timeout");
} catch (InterruptedException ex) {
Log.w(Helper.TAG, account.name + " Close timeout");
Log.w(Helper.TAG, account.name + " close wait " + ex.toString());
t.interrupt();
}
} finally {