Skip to content

Commit

Permalink
[scenario] trigger firstFrameLatch on exception. (#50981)
Browse files Browse the repository at this point in the history
If we hit this exception (which we seem to do a lot), then we weren't triggering the first frame latch.
  • Loading branch information
jonahwilliams authored Feb 26, 2024
1 parent b10cc4c commit 86f7742
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ private void onImageAvailable(ImageReader reader) {
// Simply log and return.
Log.i(TAG, "Surface disconnected from ImageWriter", e);
image.close();
return;
}

Log.v(TAG, "Output image");
Expand Down

0 comments on commit 86f7742

Please sign in to comment.