pub fn glean_initialize_for_subprocess(cfg: InternalConfiguration) -> bool
Expand description

Creates and initializes a new Glean object for use in a subprocess.

Importantly, this will not send any pings at startup, since that sort of management should only happen in the main process.