mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 03:56:04 +00: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:
parent
0179202c90
commit
5b56210d5f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user