Fixed
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
See related b/180956594
Workaround is to force screen while plugged in, with developer options. Should be something like
System > Advanced > Developer Options > Stay awake
.In microbenchmark, we modify each launched activity to force screen on .
Since we'd want to avoid modifying app code for macrobenchmarking, we should figure out another way to do this.