Fixed
Status Update
Comments
ap...@google.com <ap...@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
Description
Component used: andnroidx.benchmark:benchmark-macro
Version used: 1.1.0-alpha12
Devices/Android versions reproduced on: Pixel 3
When running measureRepeated with
CompilationMode.None
and anyStartupMode
other thanCOLD
first runsmeasureBlock()
and latersetupBlock
.This shouldn't happen, because e.g. developers may want to interact with UI in
setupBlock
and expect some UI being present on the screen which can be later measured insidemeasureBlock
.