SDK性能问题
1. SDK编译时性能和时间消耗过大怎么办?
# true GrowingIO 参与编译,false 不参与编译
gioenable = trueandroid {
defaultConfig {
resValue("string", "growingio_project_id", "您的项目ID")
resValue("string", "growingio_url_scheme", "您的URL Scheme")
// 增加 gioenable 的配置
resValue("string", "growingio_enable", project.gioenable)
}
}2. SDK 数据发送的策略是什么?

Last updated
Was this helpful?