Commit d216cd9a authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :多多花园1.0.1
[实现方案] :替换umengKey 替换buglyKey
parent 33a4adc8
...@@ -66,7 +66,7 @@ class BaseApplication : BaseApplication() { ...@@ -66,7 +66,7 @@ class BaseApplication : BaseApplication() {
AdManager.init(this,"b59e7d03c0f91730") AdManager.init(this,"b59e7d03c0f91730")
LogUtils.getConfig().logSwitch = true LogUtils.getConfig().logSwitch = true
UMConfigure.setLogEnabled(true) UMConfigure.setLogEnabled(true)
UMConfigure.init(this, "5f9bb48945b2b751a91fb2d5", "", UMConfigure.DEVICE_TYPE_PHONE, "") UMConfigure.init(this, "5fc658ef4034454d32e7e6ba", "", UMConfigure.DEVICE_TYPE_PHONE, "")
PlatformConfig.setWeixin(Constant.WX_APPID, Constant.WX_APPKEY) PlatformConfig.setWeixin(Constant.WX_APPID, Constant.WX_APPKEY)
var isDebug = true var isDebug = true
...@@ -84,7 +84,7 @@ class BaseApplication : BaseApplication() { ...@@ -84,7 +84,7 @@ class BaseApplication : BaseApplication() {
// 设置是否为上报进程 // 设置是否为上报进程
strategy.isUploadProcess = processName == null || processName == packageName strategy.isUploadProcess = processName == null || processName == packageName
//Bugly初始化 //Bugly初始化
CrashReport.initCrashReport(this, "262040511a", isDebug, strategy) CrashReport.initCrashReport(this, "deddb58936", isDebug, strategy)
//========== Bugly ========== //========== Bugly ==========
//小满 //小满
......
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