Menu

How to Test

1. Enable McSDK Logging

dart Copy
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.

2. Using Mediation Platform Debugging Tools

After initializing McSdk, you can optionally call the following code to open the visual debugging tool for the corresponding Mediation Platform.

● Max Debugger:

dart Copy
McSdk.showMediationDebugger(McMediationId.max);

For more information, see: Max Debugger


● TopOn Debugger:

  • ⚠️ Get the topon sdk debug key from here
dart Copy
McSdk.showMediationDebugger(McMediationId.topon, debugKey: "your topon sdk debug key");

For more information, see: TopOn Debugger


● AdMob Debugger:

dart Copy
McSdk.showMediationDebugger(McMediationId.admob);

For more information, see: AdMob Debugger


Previous
Integration-Checklist
Next
Advanced
Last modified: 2026-06-25Powered by