Support post-failure screenshots on Vega |
||
Issue descriptionInstrumentation tests automatically take a screenshot anytime a test fails. However, the method it uses does not work on Vega devices, as we just get a black screen with the VR overlay. VrCore provides a service that allows screenshots to be properly taken while in VR, so we should special case the screenshotting logic on Vega to use that instead of just taking a normal screenshot.
,
Dec 18
This is in and functional, but not useful if the failed test doesn't use the mocked head/controller input since the device won't be pointed at the virtual screen. We could fix this by using reflection to try to enable mocked input before taking the screenshot, but doing actual work like that outside of a test doesn't seem like a good idea. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Dec 11