Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 02cce9c2e6a1f33bed2606e35d55974b74929532
Author: Rahul Ravikumar <rahulrav@google.com>
Date: Wed Aug 03 10:46:50 2022
Only use `killall` to kill processes when generating baseline profiles.
* This is only ever relevant for baseline profiles.
* When using `killall` on API 23, the `Instrumentation` instance crashes.
* This change ensures that we only ever use `killall` for Baseline Profiles.
Test: Existing tests pass.
Fixes: b/241214097
Relnote: Support baseline profile generation for System apps.
Change-Id: I900b8913cb154ee8acd0b9e001de2c290cc7962f
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/MacrobenchmarkScope.kt
M benchmark/benchmark-macro/api/current.txt
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/BaselineProfiles.kt
M benchmark/benchmark-macro/api/public_plus_experimental_current.txt
M benchmark/benchmark-macro/api/restricted_current.txt
https://android-review.googlesource.com/2172350
Branch: androidx-main
commit 02cce9c2e6a1f33bed2606e35d55974b74929532
Author: Rahul Ravikumar <rahulrav@google.com>
Date: Wed Aug 03 10:46:50 2022
Only use `killall` to kill processes when generating baseline profiles.
* This is only ever relevant for baseline profiles.
* When using `killall` on API 23, the `Instrumentation` instance crashes.
* This change ensures that we only ever use `killall` for Baseline Profiles.
Test: Existing tests pass.
Fixes:
Relnote: Support baseline profile generation for System apps.
Change-Id: I900b8913cb154ee8acd0b9e001de2c290cc7962f
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/MacrobenchmarkScope.kt
M benchmark/benchmark-macro/api/current.txt
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/BaselineProfiles.kt
M benchmark/benchmark-macro/api/public_plus_experimental_current.txt
M benchmark/benchmark-macro/api/restricted_current.txt
Description
The only change in the build where it started ishttps://android-review.googlesource.com/c/platform/frameworks/support/+/2153253/6 .