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
Component used: andnroidx.benchmark:benchmark-macro
Version used: 1.1.0-alpha12
Devices/Android versions reproduced on: Pixel 3
When running measureRepeated with
CompilationMode.None
and anyStartupMode
other thanCOLD
first runsmeasureBlock()
and latersetupBlock
.This shouldn't happen, because e.g. developers may want to interact with UI in
setupBlock
and expect some UI being present on the screen which can be later measured insidemeasureBlock
.