Fixed
Status Update
Comments
cc...@google.com <cc...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
pr...@google.com <pr...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Component used: Macrobenchmark 1.3.0-alpha05
It's not possible to use the new
perfettoConfig
parameter unless adding additionalbenchmark-common
dependency.This is not intuitive as users don't really know where it's coming from unless digging into cs.android.com.
Is it possible to make it automatically available?
I don't know if it's reasonable to make the
benchmark-common
defined asapi
? Or if it's possible to only expose thePerfettoConfig
from that module?If none of this is feasible, can we at least update the
kDoc
to warng about the need to include this dependency?