Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tracing] Force a packet past-the-end of "File" async events.
Same as https://chromium-review.googlesource.com/c/chromium/src/+/3064300 but for async "File" events. Since this is an async event, there's no higher level event englobing multiple File events like a running thread did for tasks, so we have to emit it for each one here. See https://crbug.com/1021571#c28 for screenshot of issue. FileTracingProviderImpl::FileTracingDisable() called from FileTracing::~ScopedEnabler() marks the end of the top-level events on that async track. Bug: 1021571 Change-Id: I92b0ed4629bf8d5159af19d1c2902ca45db04f64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3212886 Commit-Queue: Eric Seckler <[email protected]> Auto-Submit: Gabriel Charette <[email protected]> Reviewed-by: Eric Seckler <[email protected]> Cr-Commit-Position: refs/heads/main@{#929664}
- Loading branch information