Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: build/android/pylib/remote/device/remote_device_helper.py

Issue 814653003: Clean up logging and add device randomization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix an indent Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
class RemoteDeviceError(Exception):
"""Exception to throw when problems occur with remote device service."""

Powered by Google App Engine
This is Rietveld 408576698