Function glean_core::glean_submit_ping_by_name_sync
source · pub fn glean_submit_ping_by_name_sync(
ping_name: String,
reason: Option<String>
) -> bool
Expand description
Collect and submit a ping (by its name) for eventual upload, synchronously.
Note: This does not trigger the uploader. The caller is responsible to do this.