| Index: build/android/pylib/utils/emulator.py
|
| diff --git a/build/android/pylib/utils/emulator.py b/build/android/pylib/utils/emulator.py
|
| index 91aa23efb118e4edfecd56182fef64584a2b5d00..81b9c98b2a680e30bde62e88662ef3897d9d2cdd 100644
|
| --- a/build/android/pylib/utils/emulator.py
|
| +++ b/build/android/pylib/utils/emulator.py
|
| @@ -394,6 +394,7 @@ class Emulator(object):
|
| """
|
| seconds_waited = 0
|
| number_of_waits = 2 # Make sure we can wfd twice
|
| + # TODO(jbudorick) Un-handroll this in the implementation switch.
|
| adb_cmd = "adb -s %s %s" % (self.device_serial, 'wait-for-device')
|
| while seconds_waited < self._LAUNCH_TIMEOUT:
|
| try:
|
|
|