pub fn common_child_setup(
    args: CommonChildStartupArgs
) -> Result<ChildLifecycleCleanup>
Expand description

Initializes crash reporting, metrics, logging, and product specific features for a process.

Returns a value that should be dropped when the process exits.