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

Unified Diff: build/android/pylib/local/device/local_device_environment.py

Issue 2119413005: Log what devices were read from the target devices file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/local/device/local_device_environment.py
diff --git a/build/android/pylib/local/device/local_device_environment.py b/build/android/pylib/local/device/local_device_environment.py
index 56e867862bcd264e4b36f588afc055945b6c0662..178e2f18a3e0337fd35eebfda4f8af02ed009c28 100644
--- a/build/android/pylib/local/device/local_device_environment.py
+++ b/build/android/pylib/local/device/local_device_environment.py
@@ -55,6 +55,9 @@ class LocalDeviceEnvironment(environment.Environment):
logging.warning('No target devices specified. Falling back to '
'running on all available devices.')
device_arg = 'default'
+ else:
+ logging.info(
+ 'Read device list %s from target devices file.', str(device_arg))
elif self._device_serial:
device_arg = self._device_serial
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698