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

geekbench: Fix running multiple 'times' on Geekbench 4

You only have to press the back button once to get back to the "run
benchmarks" screen.
This commit is contained in:
Brendan Jackman 2017-07-06 11:11:23 +01:00
parent 64d3ddc8e6
commit d65561e3e9
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
}
}