Fixed
Status Update
Comments
ra...@google.com <ra...@google.com> #2
We don't really need the id. You can always use -e
as a shorthand for an emulator.
cc...@google.com <cc...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 6fec8f186ae5d1667ea4eb17e697b70ea26539f9
Author: Chris Craik <ccraik@google.com>
Date: Fri Oct 21 14:28:32 2022
Specify device in baseline profile adb pull command
Fixes: 223359380
Test: BaselineProfilesTest
Test: BaselineProfileRuleTest
Relnote: Specify device in baseline profile `adb pull` command
Change-Id: I6ac6c7d2bbd9888dd889b1b790ba21795464f4fa
M benchmark/benchmark-macro/src/androidTest/java/androidx/benchmark/macro/BaselineProfilesTest.kt
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/BaselineProfiles.kt
https://android-review.googlesource.com/2264199
Branch: androidx-main
commit 6fec8f186ae5d1667ea4eb17e697b70ea26539f9
Author: Chris Craik <ccraik@google.com>
Date: Fri Oct 21 14:28:32 2022
Specify device in baseline profile adb pull command
Fixes: 223359380
Test: BaselineProfilesTest
Test: BaselineProfileRuleTest
Relnote: Specify device in baseline profile `adb pull` command
Change-Id: I6ac6c7d2bbd9888dd889b1b790ba21795464f4fa
M benchmark/benchmark-macro/src/androidTest/java/androidx/benchmark/macro/BaselineProfilesTest.kt
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/BaselineProfiles.kt
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.benchmark:benchmark-macro:1.2.0-alpha07
Description
Version used: 1.1.0-beta04
After profile is generated it prints the command to pull the profile from the device. Can we add device serial to the command?
Developers will most likely have 2 android devices attached
Can we specify the serial to the command?
Maybe it's a XY problem, but if it's easy, would be nice.