Function glean::submit_ping_by_name[][src]

pub fn submit_ping_by_name(ping: &str, reason: Option<&str>)
Expand description

Collects and submits a ping for eventual uploading by name.

Note that this needs to be public in order for RLB consumers to use Glean debugging facilities.

See [glean_core::Glean.submit_ping_by_name].