New issue
Advanced search Search tips

Issue 865785 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Oct 11
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Perfetto: Fix TraceEventDataSource::Flush hack where it disables tracing

Project Member Reported by oysteine@chromium.org, Jul 19

Issue description

This is needed until Perfetto supports a DisableTracing callback, but once that's done TraceEventDataSource::Flush needs to be fixed to flush but without disabling tracing (will be needed by the UI and other consumers).

 
https://android-review.googlesource.com/c/platform/external/perfetto/+/720964 introduced the ability to do this.
To use it you want to set the |will_notify_on_stop| flag when registering the data source and then just wait for OnTraceDisabled
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".
Status: Fixed (was: Assigned)

Sign in to add a comment