Logging in the React Native Player SDK
Exhaustive debug logs
To enable exhaustive debug logging with a single configuration, use the following line of code:
DebugConfig.setDebugLoggingEnabled(true);
Note:When running on an Android device, this flag must be set before interacting with any Bitmovin Player component to take effect.
Updated 3 months ago