pub fn trace_provider_create_with_fdio()
Expand description

Creates a trace provider service that enables traces created by a process to be collected by the system trace manager.

Typically applications would call this method once, early in their main function to enable them to be eligible to produce traces.

It is safe but unnecessary to call this function more than once.