Search...
Menu

How to Test

1. Enable MCSDK Log Debug Mode

java Copy
MCSDK.setLogDebug(true);  

Filter logs in Android Studio Logcat using TAG: mcsdk


2. Using Mediation Debuggers

Call the following method post-initialization to launch visual debuggers

● Max Debugger

java Copy
MCSDK.showMediationDebugger(MCAdConst.MediationId.MEDIATION_ID_MAX);  

For details: Max Mediation Debugger

● TopOn Debugger

java Copy
MCSDK.showMediationDebugger(MCAdConst.MediationId.MEDIATION_ID_TOPON);  

For details: TopOn Debugger Tool

Previous
The Callback Info
Next
Integration Checklist
Last modified: 2025-09-08Powered by