-
-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
项目结构
app模块 依赖
implementation(project(":base"))
implementation(project(":test"))
base模块 依赖
api(libs.spiderman) //com.github.simplepeng.SpiderMan:spiderman:v1.2.3
test模块 依赖
implementation(project(":base"))
test模块 活动配置
问题
在主进程中的崩溃可以显示
在子进程中的崩溃不会显示 日志logcat:Please call init method in Application onCreate
多进程环境下,需要在Application中手动调用初始化 SpiderMan.init(this)
可以在文档中增加说明,对小白来说可能友好一些,此issue仅记录如何解决
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels