Index: build/android/pylib/android_commands.py |
diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py |
index 7c73b526da7e35f42e32da4e7e6b8e4a7b49a62a..0a4b2f0e47348b60bffdc9a74536c980113aa9a5 100644 |
--- a/build/android/pylib/android_commands.py |
+++ b/build/android/pylib/android_commands.py |
@@ -701,8 +701,7 @@ class AndroidCommands(object): |
"""Send a command to the adb shell and return the result. |
Args: |
- command: String containing the shell command to send. Must not include |
- the single quotes as we use them to escape the whole command. |
+ command: String containing the shell command to send. |
timeout_time: Number of seconds to wait for command to respond before |
retrying, used by AdbInterface.SendShellCommand. |
log_result: Boolean to indicate whether we should log the result of the |