Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_freeworld
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_freeworld
Commits
21b94ff5
Commit
21b94ff5
authored
Jul 30, 2021
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加bugly
parent
b55b8350
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
AppApplication.kt
app/src/main/java/com/mints/street/AppApplication.kt
+6
-0
No files found.
app/src/main/java/com/mints/street/AppApplication.kt
View file @
21b94ff5
...
...
@@ -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
// 默认本地个性化地图初始化方法
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment