class StartupTracingSession
Defined at line 521 of file ../../third_party/perfetto/include/perfetto/tracing/tracing.h
Public Methods
void ~StartupTracingSession ()
Note that destroying the StartupTracingSession object will not abort the
startup session automatically. Call Abort() explicitly to do so.
void Abort ()
Abort any active but still unbound data source instances that belong to
this startup tracing session. Does not affect data source instances that
were already bound to a service-controlled session.
void AbortBlocking ()
Same as above, but blocks the current thread until aborted.
Note some of the internal (non observable from public APIs) cleanup might
be done even after this method returns.