Construct PerfettoTracedProcess before we access the SystemProducer.
This fixes the cast_linux and cast_audio_linux CI builders since on cast DETACH_FROM_SEQUENCE compiles to a no-op, and thus the PostTask which accesses the SystemProducer would execute before we had constructed PerfettoTracedProcess (which posts a task to set the SystemProducer). TBR=eseckler@chromium.org Bug: 1007299 Change-Id: I64da7192406bb067559a26c44a617a772849fe52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826789Reviewed-by:Stephen Nusko <nuskos@chromium.org> Commit-Queue: Stephen Nusko <nuskos@chromium.org> Auto-Submit: Stephen Nusko <nuskos@chromium.org> Cr-Commit-Position: refs/heads/master@{#700492}
Showing
Please register or sign in to comment