| Index: build/android/pylib/chrome_test_server_spawner.py
|
| diff --git a/build/android/pylib/chrome_test_server_spawner.py b/build/android/pylib/chrome_test_server_spawner.py
|
| index b15f2917b1f78bfc3f10f53f8b474c4e8c102647..642e5223eaf6df06575b64f91a25e9e9bf316ac6 100644
|
| --- a/build/android/pylib/chrome_test_server_spawner.py
|
| +++ b/build/android/pylib/chrome_test_server_spawner.py
|
| @@ -249,8 +249,7 @@ class TestServerThread(threading.Thread):
|
| else:
|
| self.is_ready = _CheckPortStatus(self.host_port, True)
|
| if self.is_ready:
|
| - Forwarder.Map([(0, self.host_port)], self.adb, constants.GetBuildType(),
|
| - self.tool)
|
| + Forwarder.Map([(0, self.host_port)], self.adb, self.tool)
|
| # Check whether the forwarder is ready on the device.
|
| self.is_ready = False
|
| device_port = Forwarder.DevicePortForHostPort(self.host_port)
|
|
|