Commit ff335a96 authored by mengcuiguang2's avatar mengcuiguang2

更新归因id

parent 6b120d93
...@@ -23,7 +23,7 @@ object CsjAppLogManager { ...@@ -23,7 +23,7 @@ object CsjAppLogManager {
fun init(application: Application) { fun init(application: Application) {
// 第一个参数APPID: 参考2.1节获取 // 第一个参数APPID: 参考2.1节获取
// 第二个参数CHANNEL: 填写渠道信息,请注意不能为空 // 第二个参数CHANNEL: 填写渠道信息,请注意不能为空
val config = InitConfig(BuildConfig.GROMORE_APP_ID, createChannel()) val config = InitConfig("622129", createChannel())
// 设置数据上送地址 // 设置数据上送地址
config.setUriConfig(UriConstants.DEFAULT) config.setUriConfig(UriConstants.DEFAULT)
config.isImeiEnable = false //建议关停获取IMEI(出于合规考虑) config.isImeiEnable = false //建议关停获取IMEI(出于合规考虑)
......
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