Index: build/android/emulator.py |
diff --git a/build/android/emulator.py b/build/android/emulator.py |
index 18f190eda87d28663e83609d555bcca399c311f2..9a4e5895f01f60749d2440e0e7c2baef274d0e7a 100755 |
--- a/build/android/emulator.py |
+++ b/build/android/emulator.py |
@@ -196,7 +196,7 @@ class Emulator(object): |
After confirming a wait-for-device can be successful, make sure |
it returns the right answer. |
""" |
- a = android_commands.AndroidCommands(self.device, False) |
+ a = android_commands.AndroidCommands(self.device) |
seconds_waited = 0 |
number_of_waits = 2 # Make sure we can wfd twice |
adb_cmd = "adb -s %s %s" % (self.device, 'wait-for-device') |