Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f14a7f09
authored
Dec 06, 2022
by
kimvde
Committed by
Ian Baker
Dec 12, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add comment to explain why cancel exceptions are handled differently
PiperOrigin-RevId: 493260798
parent
cf61e219
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/TransformerInternal.java
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/TransformerInternal.java
View file @
f14a7f09
...
...
@@ -334,6 +334,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
TransformationException
.
createForMuxer
(
e
,
ERROR_CODE_MUXING_FAILED
);
}
catch
(
RuntimeException
e
)
{
releaseTransformationException
=
TransformationException
.
createForUnexpected
(
e
);
// cancelException is not reported through a listener. It is thrown in cancel(), as this
// method is blocking.
cancelException
=
e
;
}
// Quit thread lazily so that all events that got triggered when releasing the AssetLoader are
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment