mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-31 14:25:56 +00:00
Remove duplicate log
The function prepareRetry() already logs a more detailed message: Retrying with -mXXXX...
This commit is contained in:
@@ -116,7 +116,6 @@ public class SurfaceEncoder implements AsyncProcessor {
|
||||
if (!prepareRetry(size)) {
|
||||
throw e;
|
||||
}
|
||||
Ln.i("Retrying...");
|
||||
alive = true;
|
||||
} finally {
|
||||
reset.setRunningMediaCodec(null);
|
||||
|
Reference in New Issue
Block a user