| Index: trunk/src/build/android/pylib/android_commands.py
|
| ===================================================================
|
| --- trunk/src/build/android/pylib/android_commands.py (revision 237673)
|
| +++ trunk/src/build/android/pylib/android_commands.py (working copy)
|
| @@ -502,9 +502,7 @@
|
| while retry < 3:
|
| ret = cmd_helper.RunCmd(['pgrep', 'adb'])
|
| if ret == 0:
|
| - # pgrep found adb, start-server succeeded.
|
| - # Waiting for device to reconnect before returning success.
|
| - self._adb.SendCommand('wait-for-device')
|
| + # pgrep fonud adb, start-server succeeded.
|
| return 0
|
| retry += 1
|
| time.sleep(retry)
|
|
|