commit | a186456ff58a6091603956b6788565a273a29485 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Fri Oct 02 16:38:08 2015 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Mon Oct 05 16:31:34 2015 -0700 |
tree | 626843e20f60e3838d56847d8284aaf7a2c234f5 | |
parent | 13a71fbcf056d34421a7740a75e2c8dc11d30eb6 [diff] |
Safely handle interrupts during Thread.join() Interrupt current thread if InterruptedException is received during Thread.join(). Also, log the interruption. Change-Id: I452124915ea3f19610e6d4a3411d741f2f604af2 (cherry picked from commit 83461d73bc50d41f631e1db5c195d12b4eb9e6cf)