Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckyFarm
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
LuckyFarm
Commits
d216cd9a
Commit
d216cd9a
authored
Dec 01, 2020
by
wangxuewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :多多花园1.0.1 [实现方案] :替换umengKey 替换buglyKey
parent
33a4adc8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
BaseApplication.kt
app/src/main/java/com/ym/game/application/BaseApplication.kt
+2
-2
No files found.
app/src/main/java/com/ym/game/application/BaseApplication.kt
View file @
d216cd9a
...
@@ -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
,
"5f
9bb48945b2b751a91fb2d5
"
,
""
,
UMConfigure
.
DEVICE_TYPE_PHONE
,
""
)
UMConfigure
.
init
(
this
,
"5f
c658ef4034454d32e7e6ba
"
,
""
,
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 ==========
//小满
//小满
...
...
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