Commit cc8ecdf8 authored by mengcuiguang2's avatar mengcuiguang2

修改applog appid

parent 179cc79f
...@@ -15,7 +15,7 @@ object CsjAppLogManager { ...@@ -15,7 +15,7 @@ object CsjAppLogManager {
fun init(application: Application) { fun init(application: Application) {
/* 初始化开始 */ /* 初始化开始 */
val config = InitConfig(TtCsjAdManager.TT_AD_APPID, CommonUtils.getAppMetaData(MintsApplication.getContext(), "CHANNEL_NAME") + HumeSDK.getChannel(MintsApplication.getContext())) // appid和渠道,appid如不清楚请联系对接同学 val config = InitConfig("229031", CommonUtils.getAppMetaData(MintsApplication.getContext(), "CHANNEL_NAME") + HumeSDK.getChannel(MintsApplication.getContext())) // appid和渠道,appid如不清楚请联系对接同学
//上报域名只支持中国 //上报域名只支持中国
config.setUriConfig(UriConstants.DEFAULT) config.setUriConfig(UriConstants.DEFAULT)
......
...@@ -255,7 +255,7 @@ public class SplashGroMoreActivity extends BaseActivity { ...@@ -255,7 +255,7 @@ public class SplashGroMoreActivity extends BaseActivity {
} }
} }
mSplashContainer.removeAllViews(); // mSplashContainer.removeAllViews();
} }
......
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