1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

UIBenchJankTests:modification to support Android 14 version

"--user <USER_ID" (current user: 0) option is added to
activity manager (am) command because of "Invalid userId" command.
Tested with other benchmarks (geekbench) as well.
This commit is contained in:
Elif Topuz 2023-11-08 21:02:34 +00:00 committed by Marc Bonnici
parent 0179202c90
commit 5b56210d5f

View File

@ -945,7 +945,7 @@ class TestPackageHandler(PackageHandler):
def setup(self, context):
self.initialize_package(context)
words = ['am', 'instrument']
words = ['am', 'instrument', '--user', '0']
if self.raw:
words.append('-r')
if self.wait: