From 73aa59005604fd23edec0486ac6ffa743d21c266 Mon Sep 17 00:00:00 2001 From: Sebastian Goscik Date: Thu, 14 Apr 2016 16:34:05 +0100 Subject: [PATCH] glbench: renamed start_activity to launch_package To match changes made in: ff5f48b7e70117dc4161f2bd986438450f73cc16 --- wlauto/workloads/glbcorp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/workloads/glbcorp/__init__.py b/wlauto/workloads/glbcorp/__init__.py index 6e0f3840..0a85848e 100644 --- a/wlauto/workloads/glbcorp/__init__.py +++ b/wlauto/workloads/glbcorp/__init__.py @@ -108,7 +108,7 @@ class GlbCorp(ApkWorkload): self.monitor = GlbRunMonitor(self.device) self.monitor.start() - def start_activity(self): + def launch_package(self): # Unlike with most other APK workloads, we're invoking the use case # directly by starting the activity with appropriate parameters on the # command line during execution, so we dont' need to start activity