Package 

Enum RumVitalAppLaunchEvent.ProfilingStatus

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum RumVitalAppLaunchEvent.ProfilingStatus
    extends Enum<RumVitalAppLaunchEvent.ProfilingStatus>
                        

    Used to track the status of the RUM Profiler.

    They are defined in order of when they can happen, from the moment the SDK is initialized to the moment the Profiler is actually running.

    • starting: The Profiler is starting (i.e., when the SDK just started). This is the initial status.

    • running: The Profiler is running.

    • stopped: The Profiler is stopped.

    • error: The Profiler encountered an error. See error_reason for more details.