[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:
Jonah Williams 2024-02-26 15:03:31 -08:00 committed by GitHub
parent 36531a7209
commit 9eca58ab36

View File

@ -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");