bytedance / btrace

🔥🔥 btrace(AKA RheaTrace) is a high performance Android trace tool which is based on Perfetto, it support to define custom events automatically during building apk and using bhook to provider more native events like Render/Binder/IO etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Only 4311864 of the 10796954 methods are resolved the method name.

AriesJiang opened this issue · comments

执行命令:
java -jar rhea-trace-shell.jar -a com.kugou.fanxing -t 10 -mode simple -o output.pb rhea.all sched -fullClassName
异常:
07-17 12:00:36.927 E RheaTrace : Error: Only 4311864 of the 10796954 methods are resolved the method name.
07-17 12:00:36.927 E RheaTrace : Tips: Please check whether the @CriticalNative annotation is filtered when packaging.
请问是哪里配置不正确?

执行命令: java -jar rhea-trace-shell.jar -a com.kugou.fanxing -t 10 -mode simple -o output.pb rhea.all sched -fullClassName 异常: 07-17 12:00:36.927 E RheaTrace : Error: Only 4311864 of the 10796954 methods are resolved the method name. 07-17 12:00:36.927 E RheaTrace : Tips: Please check whether the @CriticalNative annotation is filtered when packaging. 请问是哪里配置不正确?

如果有:reuse cached mapping xxxxx 这行信息
把那个 mapping 删掉

这可能是增量编译的bug,可以clean后再编译试试,也可以升级到最新版本。