mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 19:32:34 +01:00
Fix geekbench to use new ParameterDict types
Tested using Huawei P10
This commit is contained in:
Binary file not shown.
@@ -43,7 +43,7 @@ public class UiAutomation extends UxPerfUiAutomation {
|
|||||||
String[] version = params.getString("version").split("\\.");
|
String[] version = params.getString("version").split("\\.");
|
||||||
int majorVersion = Integer.parseInt(version[0]);
|
int majorVersion = Integer.parseInt(version[0]);
|
||||||
int minorVersion = Integer.parseInt(version[1]);
|
int minorVersion = Integer.parseInt(version[1]);
|
||||||
int times = Integer.parseInt(params.getString("times"));
|
int times = params.getInt("times");
|
||||||
|
|
||||||
dismissEula();
|
dismissEula();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user