| Index: build/android/pylib/remote/device/remote_device_helper.py
|
| diff --git a/build/android/pylib/remote/device/remote_device_helper.py b/build/android/pylib/remote/device/remote_device_helper.py
|
| index 896ae99fab9ffd8d768b0508a273000374b43fab..5b1411e4fa921a2410d7a2921f97b71cb5f2d05c 100644
|
| --- a/build/android/pylib/remote/device/remote_device_helper.py
|
| +++ b/build/android/pylib/remote/device/remote_device_helper.py
|
| @@ -20,5 +20,4 @@
|
| error_msg: Error message to display if bad response is seen.
|
| """
|
| if response.status_code != 200:
|
| - raise RemoteDeviceError(
|
| - '%s (%d: %s)' % (error_msg, response.status_code, response.reason))
|
| + raise RemoteDeviceError(error_msg)
|
|
|