Modify: 内存泄漏检测工具

This commit is contained in:
Quyunshuo
2020-08-29 16:52:20 +08:00
parent f9067c3d46
commit bc708aff5d
4 changed files with 5 additions and 4 deletions

View File

@ -38,7 +38,7 @@ open class BaseApplication : Application() {
// AutoSizeConfig.getInstance().isBaseOnWidth = false
// Bugly 初始化 第三个参数为SDK调试模式开关
CrashReport.initCrashReport(this, "c5a9b1304f", BuildConfig.DEBUG);
CrashReport.initCrashReport(this, "c5a9b1304f", BuildConfig.DEBUG)
}
override fun attachBaseContext(base: Context?) {