McSdk.setVerboseLogging(true);
π‘ Tips
- This method must be called before
McSdk.initialize().- Once enabled, you can view detailed SDK runtime logs in Android Logcat by filtering with the TAG
mcsdk.- Make sure to disable logging before releasing to production.
After initializing McSdk, you can optionally call the following code to open the visual debugging tool for the corresponding Mediation Platform.
McSdk.showMediationDebugger(McMediationId.max);
For more information, see: Max Debugger
- β οΈ Get the
topon sdk debug keyfrom here
McSdk.showMediationDebugger(McMediationId.topon, debugKey: "your topon sdk debug key");
For more information, see: TopOn Debugger
McSdk.showMediationDebugger(McMediationId.admob);
For more information, see: AdMob Debugger