commit | 9b4f0cba6e9b0418b3963ce1ad69f930e88e1bc5 | [log] [tgz] |
---|---|---|
author | Keun Soo Yim <yim@google.com> | Wed Jul 20 10:08:59 2016 -0700 |
committer | Keun Soo Yim <yim@google.com> | Wed Jul 20 17:12:47 2016 +0000 |
tree | ab8fc19f7bea2fb797c42dec499900dd7abdcf24 | |
parent | a35b727a40eddc7bd4c73e562388b022a54d1a9d [diff] |
callback testcase extension also contain small bug fixes for runner callback arg extension Change-Id: I1287d41dd86a03d5de175b56ba190330e9ce624c
diff --git a/utils/python/controllers/android_device.py b/utils/python/controllers/android_device.py index b739ac8..289f763 100644 --- a/utils/python/controllers/android_device.py +++ b/utils/python/controllers/android_device.py
@@ -118,7 +118,7 @@ for ad in ads: running_ads.append(ad) try: - ad.start_services() + ad.startServices() except: ad.log.exception("Failed to start some services, abort!") destroy(running_ads)