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

Unified Diff: services/tracing/tracing.mojom

Issue 853943005: Make tracing work on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address reviewer comments 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
« no previous file with comments | « services/tracing/trace_data_sink.cc ('k') | sky/tools/debugger/prompt/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/tracing.mojom
diff --git a/services/tracing/tracing.mojom b/services/tracing/tracing.mojom
index e1d0ca0e2a2a076bc1f19fc6b8e111ba40115989..1227988238f8eeb61aeecb97795984a96b73ddeb 100644
--- a/services/tracing/tracing.mojom
+++ b/services/tracing/tracing.mojom
@@ -22,9 +22,9 @@ interface TraceDataCollector {
};
interface TraceCoordinator {
- // Request tracing data from all connected TraceControllers to save in a file
- // derived from |base_name|.
- Start(string base_name, string categories);
+ // Request tracing data from all connected TraceControllers to stream to
+ // |stream|.
+ Start(handle<data_pipe_producer> stream, string categories);
// Stop tracing and flush results to file.
StopAndFlush();
« no previous file with comments | « services/tracing/trace_data_sink.cc ('k') | sky/tools/debugger/prompt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698