mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[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:
parent
36531a7209
commit
9eca58ab36
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user