Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Class DebugConfig

    Global debug configuration for all Bitmovin components.

    Index

    Constructors

    Accessors

    • get isDebugLoggingEnabled(): boolean

      Retrieves the current debug logging state.

      Returns boolean

      true if debug logging is enabled, otherwise false.

    Methods

    • Enables or disables global debug logging for all Bitmovin components.

      Debug logging provides detailed information primarily for debugging purposes, helping to diagnose problems and trace the flow of execution within the Player.

      This option should not be enabled in production as it may log sensitive or confidential information to the console.


      • iOS: logs are printed using NSLog at the verbose log level.
      • Android: logs are printed using android.util.Log with the following tags:
        • BitmovinPlayer
        • BitmovinPlayerView
        • BitmovinOffline
        • BitmovinSource
        • BitmovinExoPlayer

      Android

      • This flag must be set before creating any Bitmovin component to take effect.

      • We recommend setting this flag during your app's initialization phase, such as in the application's entry point (e.g. App.tsx).

      Parameters

      • value: boolean

      Returns Promise<void>

      false