mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 21:08:51 +00:00
commit
fdff80a72b
@ -205,7 +205,6 @@ class ApkWorkload(Workload):
|
|||||||
self.apk_version = None
|
self.apk_version = None
|
||||||
self.logcat_log = None
|
self.logcat_log = None
|
||||||
self.exact_apk_version = None
|
self.exact_apk_version = None
|
||||||
self.exact_abi = kwargs.get('exact_abi')
|
|
||||||
|
|
||||||
def setup(self, context): # pylint: disable=too-many-branches
|
def setup(self, context): # pylint: disable=too-many-branches
|
||||||
Workload.setup(self, context)
|
Workload.setup(self, context)
|
||||||
|
Binary file not shown.
@ -260,7 +260,6 @@ public void runUiAutomation() throws Exception {
|
|||||||
|
|
||||||
logger.start();
|
logger.start();
|
||||||
|
|
||||||
mDevice.pressSearch();
|
|
||||||
pressEnter();
|
pressEnter();
|
||||||
|
|
||||||
// Check the progress bar icon. When this disappears the search is complete.
|
// Check the progress bar icon. When this disappears the search is complete.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user