Cascade interrupts

This commit is contained in:
M66B 2018-08-27 19:01:24 +00:00
parent 285d7b4580
commit 8df4beb703
1 changed files with 1 additions and 0 deletions

View File

@ -1608,6 +1608,7 @@ public class ServiceSynchronize extends LifecycleService {
Log.i(Helper.TAG, "Joined " + thread.getName());
} catch (InterruptedException ex) {
Log.e(Helper.TAG, thread.getName() + " join " + ex.toString());
thread.interrupt();
}
}