mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-01 13:48:58 +00:00
Remove duplicate log
The function prepareRetry() already logs a more detailed message: Retrying with -mXXXX...
This commit is contained in:
parent
bd9d93194b
commit
5694562a74
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ public class SurfaceEncoder implements AsyncProcessor {
|
||||||
if (!prepareRetry(size)) {
|
if (!prepareRetry(size)) {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
Ln.i("Retrying...");
|
|
||||||
alive = true;
|
alive = true;
|
||||||
} finally {
|
} finally {
|
||||||
reset.setRunningMediaCodec(null);
|
reset.setRunningMediaCodec(null);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue