Constant opentelemetry_semantic_conventions::trace::ANDROID_STATE
source ยท pub const ANDROID_STATE: &str = "android.state";
Expand description
This attribute represents the state the application has transitioned into at the occurrence of the event.
The Android lifecycle states are defined in Activity lifecycle callbacks, and from which the OS identifiers
are derived.