| 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
|
|
|
|
|