kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix crash when sending video (due to IllegalStateException).
rodzic
ed23c3fe7c
commit
b100262c6a
|
@ -109,6 +109,8 @@ final class VideoThumbnailsExtractor {
|
|||
decoder.stop();
|
||||
} catch (MediaCodec.CodecException codecException) {
|
||||
Log.w(TAG, "Decoder stop failed: " + codecException.getDiagnosticInfo(), codecException);
|
||||
} catch (IllegalStateException ise) {
|
||||
Log.w(TAG, "Decoder stop failed", ise);
|
||||
}
|
||||
decoder.release();
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue