Fixed
Status Update
Comments
cc...@google.com <cc...@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.
cc...@google.com <cc...@google.com>
ap...@google.com <ap...@google.com> #3
androidx.customview would be a good candidate. This is used by all of the widget libraries.
Description
Component used: Macrobenchmark Version used: 1.2.0 Devices/Android versions reproduced on: Android 13
We've got a project where a lot of tests with multiple runs. Executing the whole tests results in generating many Perfetto trace files. Since some scenarios take significant time those traces may occupy significant size on device's storage. And finally the storage may become exhausted.
Our aim is to try to minimize size of Perfetto traces got during Macrobenchmark run as much as possible.
Is there any way to customize in Macrobenchmark existing Perfetto configuration or specify external one to be able to manage DataSources included in resulting trace?
That would be very helpful to have such an ability. Since in test cases based on TraceSectionMetric, only a few specific tags are really required for measurement. The rest of data in the trace looks useless and could be discarded for a sake of smaller output file size.