Commit 21b94ff5 authored by mengcuiguang2's avatar mengcuiguang2

添加bugly

parent b55b8350
......@@ -15,6 +15,7 @@ import com.orhanobut.logger.AndroidLogAdapter
import com.orhanobut.logger.FormatStrategy
import com.orhanobut.logger.Logger
import com.orhanobut.logger.PrettyFormatStrategy
import com.tencent.bugly.crashreport.CrashReport
import me.goldze.mvvmhabit.utils.KLog
/**
......@@ -51,8 +52,13 @@ class AppApplication : BaseApp() {
// 友盟预初始化
UmengManager.preInit()
// bugly
CrashReport.initCrashReport(this, "df5783aab4", BuildConfig.DEBUG)
// GroMore
CsjGroMoreManager.init(this)
//百度地图
// 在使用 SDK 各组间之前初始化 context 信息,传入 ApplicationContext
// 默认本地个性化地图初始化方法
......
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