Index: build/android/pylib/device/adb_wrapper.py |
diff --git a/build/android/pylib/device/adb_wrapper.py b/build/android/pylib/device/adb_wrapper.py |
index f88eab35be2b1710fa6f0c74e4b32e1240c9f26f..e8973260691c89d38f5e545650e00f136f81ce30 100644 |
--- a/build/android/pylib/device/adb_wrapper.py |
+++ b/build/android/pylib/device/adb_wrapper.py |
@@ -175,6 +175,8 @@ class AdbWrapper(object): |
"""Get the list of active attached devices. |
Args: |
+ is_ready: Whether the devices should be limited to only those that are |
+ ready for use. |
timeout: (optional) Timeout per try in seconds. |
retries: (optional) Number of retries to attempt. |