Fixed
Status Update
Comments
cc...@google.com <cc...@google.com>
ap...@google.com <ap...@google.com> #2
Any suggestions on where such an interface might live? I don't think it makes sense for the interface to be in the drawerlayout artifact if you're specifically going to use the interface to *not* use DrawerLayout.
pr...@google.com <pr...@google.com> #3
androidx.customview would be a good candidate. This is used by all of the widget libraries.
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?