Chromium Code Reviews| 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 a4cd4887c56a997470b0a9b4026ceac2b1cc1961..8b62f82f71f01d97184f2e17248ef4f68339db74 100644 |
| --- a/build/android/pylib/remote/device/remote_device_helper.py |
| +++ b/build/android/pylib/remote/device/remote_device_helper.py |
| @@ -4,6 +4,7 @@ |
| """Common functions and Exceptions for remote_device_*""" |
| +import logging |
|
jbudorick
2015/01/07 18:15:30
nit: remove this, it's no longer necessary
rnephew (Wrong account)
2015/01/07 18:18:42
Done.
|
| class RemoteDeviceError(Exception): |
| """Exception to throw when problems occur with remote device service.""" |