Fixed Bug P2 Add Hotlist Status UpdateNo update yet.Descriptionml...@google.com created issue #1Dec 14, 2021 01:19PMVersion 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). Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Jan 6, 2022 12:35AMMarked as fixed.Yigit, do you have time to fix it? reemission of the same liveData is racyAdd comment Comment
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).