Skip to content

Commit

Permalink
Minor log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Oct 17, 2024
1 parent f60404f commit 18bb436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ abstract class VideoDecodeThread (
try {
createVideoDecoderAndStart(DecoderType.SOFTWARE)
} catch (e2: Throwable) {
Log.e(TAG, "Failed to start video software decoder. Exiting...", e)
Log.e(TAG, "Failed to start video software decoder. Exiting...", e2)
// Unexpected behavior
videoDecoderListener.onVideoDecoderFailed("Cannot initialize video decoder for mime type '$mimeType'")
return
Expand Down

0 comments on commit 18bb436

Please sign in to comment.