1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00

Merge pull request #432 from bjackman/geekbench-corporate

geekbench: Fix running multiple 'times' on Geekbench 4
This commit is contained in:
setrofim 2017-07-06 11:29:27 +01:00 committed by GitHub
commit 6eb4e59129
2 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ public void runUiAutomation() throws Exception {
if (i < (times - 1)) {
mDevice.pressBack();
mDevice.pressBack(); // twice
if (majorVersion < 4)
mDevice.pressBack(); // twice
}
}