Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 19774008: Do not reboot emulator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Collapse logic for getting devices and emulators. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/pylib/android_commands.py » ('j') | build/android/pylib/android_commands.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index b1769ee2375391bcac39f44d79e47a3ebecef610..57992dac1bceaa59588037451c378ec0fd6e89e4 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -84,7 +84,8 @@ def RebootDevices():
# which might not exist in this checkout.
if bb_utils.TESTING:
return
- devices = android_commands.GetAttachedDevices()
+ devices = android_commands.GetAttachedDevices(hardware=True, emulator=False,
+ offline=False)
frankf 2013/07/19 23:19:20 Don't need to specify default parameteres: android
navabi 2013/07/20 01:02:57 Done.
print 'Rebooting: %s' % devices
if devices:
pool = multiprocessing.Pool(len(devices))
« no previous file with comments | « no previous file | build/android/pylib/android_commands.py » ('j') | build/android/pylib/android_commands.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698