Index: trunk/src/build/android/pylib/chrome_test_server_spawner.py |
=================================================================== |
--- trunk/src/build/android/pylib/chrome_test_server_spawner.py (revision 222006) |
+++ trunk/src/build/android/pylib/chrome_test_server_spawner.py (working copy) |
@@ -249,7 +249,8 @@ |
else: |
self.is_ready = _CheckPortStatus(self.host_port, True) |
if self.is_ready: |
- Forwarder.Map([(0, self.host_port)], self.adb, self.tool) |
+ Forwarder.Map([(0, self.host_port)], self.adb, constants.GetBuildType(), |
+ self.tool) |
# Check whether the forwarder is ready on the device. |
self.is_ready = False |
device_port = Forwarder.DevicePortForHostPort(self.host_port) |