mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-11 15:52:33 +01:00
PCMark: Editing the screen orientation
Some devices have proved to have a natural orientation that does not lend itself well to this workload. Therefore I have edited the orientation lock to portrait instead of natural.
This commit is contained in:
Binary file not shown.
@@ -47,7 +47,7 @@ public class UiAutomation extends BaseUiAutomation {
|
||||
@Test
|
||||
public void setup() throws Exception{
|
||||
dismissAndroidVersionPopup();
|
||||
setScreenOrientation(ScreenOrientation.NATURAL);
|
||||
setScreenOrientation(ScreenOrientation.PORTRAIT);
|
||||
loadBenchmarks();
|
||||
installBenchmark();
|
||||
}
|
||||
|
Reference in New Issue
Block a user