Remove superfluous log

This line was committed by error in commit
a52053421a.
issue4115
Romain Vimont 11 months ago
parent 5764f47fee
commit 0049b3ce07

@ -147,7 +147,6 @@ public class ScreenEncoder implements Device.RotationListener, Device.FoldListen
// Downsizing on error is only enabled if an encoding failure occurs before the first frame (downsizing later could be surprising)
int newMaxSize = chooseMaxSizeFallback(screenInfo.getVideoSize());
Ln.i("newMaxSize = " + newMaxSize);
if (newMaxSize == 0) {
// Must definitively fail
return false;

Loading…
Cancel
Save