Aidaole

Results 2 issues of Aidaole

### Commit before submitting - [x] I understand that Issues are used to provide feedback and solve problems, not to complain in the comments section, and will provide more information...

bug

环境配置如下: gradle wrapper 版本: **gradle-7.4-bin** AGP版本: **7.3.1** kotlin版本: **1.7.20** 集成btrace版本: 插件版本: `com.bytedance.btrace:rhea-gradle-plugin:2.0.3-rc02` core版本: `com.bytedance.btrace:rhea-core:2.0.3-rc02` 配置: ``` rheaTrace { compilation { traceFilterFilePath = "${project.rootDir}/trace-filter/traceFilter.txt" needPackageWithMethodMap = false } } ``` 这样配置之后出来的apk,...