Assigned
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 94a0e983d92bcc434b0fc1d697f5cd231805bc5c
Author: Chris Craik <ccraik@google.com>
Date: Mon May 06 15:12:42 2024
More improvements for benchmark proguard rules
Bug: 329126308
Bug: 339085669
Relnote: "Additional workaround rules added to microbench proguard
rules, including support for listener rules and other observed
warnings / errors."
Test: ./gradlew benchmark:benchmark-benchmark:installRelease && adb shell am instrument -w -r -e debug false -e newRunListenerMode true -e class 'androidx.benchmark.benchmark.TrivialJavaBenchmark' -e androidx.benchmark.output.enable true -e listener androidx.benchmark.junit4.InstrumentationResultsRunListener androidx.benchmark.benchmark.test/androidx.benchmark.junit4.AndroidBenchmarkRunner # after enabling R8 in the project
Change-Id: I14d8fe36a73ce04076da29eb792679651e895601
M benchmark/benchmark-junit4/proguard-rules.pro
https://android-review.googlesource.com/3076186
Branch: androidx-main
commit 94a0e983d92bcc434b0fc1d697f5cd231805bc5c
Author: Chris Craik <ccraik@google.com>
Date: Mon May 06 15:12:42 2024
More improvements for benchmark proguard rules
Bug: 329126308
Bug: 339085669
Relnote: "Additional workaround rules added to microbench proguard
rules, including support for listener rules and other observed
warnings / errors."
Test: ./gradlew benchmark:benchmark-benchmark:installRelease && adb shell am instrument -w -r -e debug false -e newRunListenerMode true -e class 'androidx.benchmark.benchmark.TrivialJavaBenchmark' -e androidx.benchmark.output.enable true -e listener androidx.benchmark.junit4.InstrumentationResultsRunListener androidx.benchmark.benchmark.test/androidx.benchmark.junit4.AndroidBenchmarkRunner # after enabling R8 in the project
Change-Id: I14d8fe36a73ce04076da29eb792679651e895601
M benchmark/benchmark-junit4/proguard-rules.pro
cc...@google.com <cc...@google.com> #3
Punting remaining work until blocking issue is closed, 1.4 for now.
Description
Clean up proguard rules oncehttps://github.com/android/android-test/issues/2167 is addressed by androidx.test, so we can lean on them to keep default proguard rules up to date.