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

Unified Diff: telemetry/telemetry/internal/platform/tracing_controller_backend.py

Issue 2160953003: [Telemetry][Tracing] Split StopTracing and CollectTraceData for Chrome Tracing Agent. (Closed) Base URL: git@github.com:catapult-project/catapult@master
Patch Set: fix failing tests and zhenw comments Created 4 years, 5 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: telemetry/telemetry/internal/platform/tracing_controller_backend.py
diff --git a/telemetry/telemetry/internal/platform/tracing_controller_backend.py b/telemetry/telemetry/internal/platform/tracing_controller_backend.py
index c42b87f8fd597f8d170d2429f66ce58329919546..19c06e53022455bf12393a80ad37680114989791 100644
--- a/telemetry/telemetry/internal/platform/tracing_controller_backend.py
+++ b/telemetry/telemetry/internal/platform/tracing_controller_backend.py
@@ -152,7 +152,7 @@ class TracingControllerBackend(object):
if raised_exception_messages:
raise TracingControllerStoppedError(
- 'Exceptions raised when trying to stop tracing:\n' +
+ 'Exceptions raised when trying to flush tracing:\n' +
'\n'.join(raised_exception_messages))
def StartAgentTracing(self, config, timeout):

Powered by Google App Engine
This is Rietveld 408576698