Assigned
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
Description
If b/254115946 ).
TestMonotonicFrameClock.performFrame
throws after runningwithFrameNanos
callbacks, and then awithFrameNanos
caller synchronously resumes and immediately throws its own exception, if that exception bubbles up to cancel the test job beforeperformFrame
gets a chance to throw and cancel, then the test failure will only show thewithFrameNanos
failure and not theperformFrame
failure. This is only an issue when using theUnconfinedTestDispatcher
, as we are as of the time of filing this bug (see