aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAng Li <angli@google.com>2022-02-27 04:58:47 -0800
committerGitHub <noreply@github.com>2022-02-27 04:58:47 -0800
commit4a3aa5836c9b5d1881dbe6366139ad7e45fade2d (patch)
tree8ed4713bc5c15c3a7299f995d3fad9a5b61310a6
parentfe13f5a142e6c8b0545937f68aa2e9da29c50e0e (diff)
downloadmobly-4a3aa5836c9b5d1881dbe6366139ad7e45fade2d.tar.gz
Add a comment for fastboot. (#798)
-rw-r--r--mobly/controllers/android_device.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mobly/controllers/android_device.py b/mobly/controllers/android_device.py
index 843d8eb..f9de311 100644
--- a/mobly/controllers/android_device.py
+++ b/mobly/controllers/android_device.py
@@ -242,6 +242,9 @@ def list_fastboot_devices():
"""List all android devices connected to the computer that are in in
fastboot mode. These are detected by fastboot.
+ This function doesn't raise any error if `fastboot` binary doesn't exist,
+ because `FastbootProxy` itself doesn't raise any error.
+
Returns:
A list of android device serials. Empty if there's none.
"""