Commit 5cd59323 authored by benjhayden's avatar benjhayden Committed by Commit bot

TraceProfiler categories_with_flow +=

Review URL: https://codereview.chromium.org/1147893002

Cr-Commit-Position: refs/heads/master@{#330769}
parent 2cc55d22
......@@ -21,7 +21,7 @@ class TraceProfiler(profiler.Profiler):
# We always want flow events when tracing via telemetry.
categories_with_flow = 'disabled-by-default-toplevel.flow'
if categories:
categories_with_flow = ',%s' % categories
categories_with_flow += ',%s' % categories
options = tracing_options.TracingOptions()
options.enable_chrome_trace = True
self._browser_backend.StartTracing(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment