Fixed
Status Update
Comments
cc...@google.com <cc...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 5888d75c39e128d4762c21acdc8aa7a7deb7226e
Author: Omar Ismail <omarismail@google.com>
Date: Fri Jul 12 15:42:55 2024
Remove js target from testutils as it's not ready yet
BUG: 352722444
Change-Id: I2d31d1539f1b72212e9f1a3befe39546b3aadbe0
M testutils/testutils-ktx/build.gradle
https://android-review.googlesource.com/3170300
Branch: androidx-main
commit 5888d75c39e128d4762c21acdc8aa7a7deb7226e
Author: Omar Ismail <omarismail@google.com>
Date: Fri Jul 12 15:42:55 2024
Remove js target from testutils as it's not ready yet
BUG: 352722444
Change-Id: I2d31d1539f1b72212e9f1a3befe39546b3aadbe0
M testutils/testutils-ktx/build.gradle
cc...@google.com <cc...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit fb644fcb5ba87a19f3b3ab3cfeea60678643ffa0
Author: Omar Ismail <omarismail@google.com>
Date: Fri Jul 12 14:44:38 2024
Update importMaven to include wasmJs targets and klib files
BUG: 352722444
TESTED: Ran import maven on kotlin stdlib and it downloaded the wasm targets as well
Change-Id: Ic0dced9e209db4846ceef1527dc6b06c061581da
M development/importMaven/src/main/kotlin/androidx/build/importMaven/ArtifactResolver.kt
M development/importMaven/src/main/kotlin/androidx/build/importMaven/CustomMetadataRules.kt
https://android-review.googlesource.com/3169102
Branch: androidx-main
commit fb644fcb5ba87a19f3b3ab3cfeea60678643ffa0
Author: Omar Ismail <omarismail@google.com>
Date: Fri Jul 12 14:44:38 2024
Update importMaven to include wasmJs targets and klib files
BUG: 352722444
TESTED: Ran import maven on kotlin stdlib and it downloaded the wasm targets as well
Change-Id: Ic0dced9e209db4846ceef1527dc6b06c061581da
M development/importMaven/src/main/kotlin/androidx/build/importMaven/ArtifactResolver.kt
M development/importMaven/src/main/kotlin/androidx/build/importMaven/CustomMetadataRules.kt
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.