[scenario] trigger firstFrameLatch on exception. (flutter/engine#50981)
If we hit this exception (which we seem to do a lot), then we weren't triggering the first frame latch.
This commit is contained in:
@@ -418,7 +418,6 @@ public class ExternalTextureFlutterActivity extends TestActivity {
|
||||
// Simply log and return.
|
||||
Log.i(TAG, "Surface disconnected from ImageWriter", e);
|
||||
image.close();
|
||||
return;
|
||||
}
|
||||
|
||||
Log.v(TAG, "Output image");
|
||||
|
||||
Reference in New Issue
Block a user