scrcpy/server/src
Romain Vimont 262506c733 Limit retry-on-error to IllegalStateException
MediaCodec errors always trigger IllegalStateException or a subtype
(like MediaCodec.CodecException).

In practice, this avoids to retry if the error is caused by an
IOException when writing the video packet to the socket.
2022-01-21 21:52:29 +01:00
..
main Limit retry-on-error to IllegalStateException 2022-01-21 21:52:29 +01:00
test/java/com/genymobile/scrcpy Pass buttons state in scroll events 2022-01-04 17:41:40 +01:00