Break while loop when the thread interuppted.
Previously the while loop condition refers to Thread.interrupted() wrongly. The Thread.interrupted() flag is cleared when the InterupptedException is thrown. BUG=26297698 Change-Id: I113d5c88389d54a4a6e29af2cf9515b1693b59dc
Loading
Please register or sign in to comment