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
Version used: 1.1.0-alpha12
Devices/Android versions reproduced on: Pixel 6 (API 31), Pixel 3 (API 31), Emulator (API 27)
When running micro benchmarks with profiling set (e.g
StackSampling
), no traces are actually produced.It almost looks like the profiling isn't started at all?
I was checking the source code and it should print this message
Benchmark: Profiling output file: ...
which it doesn't.When the same tested on 1.1.0-alpha11, it works, creates the trace (and prints the output).