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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py

Issue 512943002: [Telemetry] Clean up log output a bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/chrome/inspector_console.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py b/tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py
index 15369ffd493344fb6e85e2c1ced7474ed57a8a80..1637ac9578e2688095f457cbcc662441e2a65c90 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py
@@ -239,7 +239,7 @@ class InspectorBackend(inspector_websocket.InspectorWebsocket):
import traceback
traceback.print_exc()
else:
- logging.debug('Unhandled inspector message: %s', res)
+ logging.warn('Unhandled inspector message: %s', res)
def _HandleError(self, elapsed_time):
if self._IsInspectable():
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/chrome/inspector_console.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698