Skip to main content

enable

Function enable 

Source
pub fn enable()
Expand description

Enables the crashtracker, if had been previously disabled. If crashtracking has not been initialized, this function will have no effect.

§Preconditions

None

§Safety

None

§Atomicity

This function is atomic and idempotent. Calling it multiple times is allowed.