Remove superfluous log
This line was committed by error in commit
a52053421a
.
This commit is contained in:
parent
5764f47fee
commit
0049b3ce07
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue