Commit bb3b4065 authored by xujialang's avatar xujialang

注释topon调试代码

parent 6bb852b1
......@@ -25,15 +25,15 @@ public class TopOnManager {
public void initSDK(Context context) {
//SDK日志功能,集成测试阶段建议开启,上线前必须关闭
ATSDK.setNetworkLogDebug(true);
// //检查广告平台的集成状态,提交审核时需注释此API
// ATSDK.integrationChecking(context);
//
ATSDK.setDebuggerConfig(
context,
"596795a7-b851-4514-bd7e-8561d641a968",
new ATDebuggerConfig.Builder(Pangle_NETWORK).build());
// ATSDK.setNetworkLogDebug(true);
//检查广告平台的集成状态,提交审核时需注释此API
//ATSDK.integrationChecking(context);
// ATSDK.setDebuggerConfig(
// context,
// "596795a7-b851-4514-bd7e-8561d641a968",
// new ATDebuggerConfig.Builder(Pangle_NETWORK).build());
ATSDK.init(context, TOPON_APP_ID, TOPON_APP_KEY);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment