Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 69133b2c7390cb0a2f242737223f61ed0497deb2
Author: Marcello Albano <maralb@google.com>
Date: Mon Dec 12 13:23:24 2022
Fixed isEmulator check for arm emulator api 33
Fix: 262209591
Test: ./gradlew bench:b-m:cC
Change-Id: Iae0710d7096b65770f0b5b6dd95992b72219604a
M benchmark/benchmark-common/src/main/java/androidx/benchmark/DeviceInfo.kt
https://android-review.googlesource.com/2344757
Branch: androidx-main
commit 69133b2c7390cb0a2f242737223f61ed0497deb2
Author: Marcello Albano <maralb@google.com>
Date: Mon Dec 12 13:23:24 2022
Fixed isEmulator check for arm emulator api 33
Fix: 262209591
Test: ./gradlew bench:b-m:cC
Change-Id: Iae0710d7096b65770f0b5b6dd95992b72219604a
M benchmark/benchmark-common/src/main/java/androidx/benchmark/DeviceInfo.kt
Description
Version used: 1.2.0-alpha08
Devices/Android versions reproduced on:
ARM
Emulator Pixel 3A API 33 userdebug (without Google Play)The
isEmulator
property doesn't recognize this as emulator and Macrobenchmark runs without suppressing.We had a similar bug b/231535257 already.