tracing: Disable startup tracing for child processes for system traces
The system tracing producer doesn't currently support startup tracing in the child processes. If we pass on startup tracing flags, the ProducerClient will enable itself in spawned child processes, and thus prevent the SystemProducer to enable tracing when instructed by the service later. Until the SystemProducer supports startup tracing, we shouldn't try to enable it for the child processes. Change-Id: I6d42b2d705f60d935bd104fe66bb159793bebda2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116054Reviewed-by:Stephen Nusko <nuskos@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#753600}
Showing
Please register or sign in to comment