mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Remove setting the interrupted flag when unneeded.
When rethrowing InterruptedException, this Thread.currentThread().interrupted() is not needed. PiperOrigin-RevId: 550586853
This commit is contained in:
parent
ef39d317d5
commit
e5e3db954f
1 changed files with 0 additions and 1 deletions
|
|
@ -407,7 +407,6 @@ public class TransformerAndroidTestRunner {
|
|||
/* distortedVideoPath= */ outputVideoFile.getPath());
|
||||
testResultBuilder.setSsim(ssim);
|
||||
} catch (InterruptedException interruptedException) {
|
||||
Thread.currentThread().interrupt();
|
||||
// InterruptedException is a special unexpected case because it is not related to Ssim
|
||||
// calculation, so it should be thrown, rather than processed as part of the
|
||||
// ExportTestResult.
|
||||
|
|
|
|||
Loading…
Reference in a new issue