btrace icon indicating copy to clipboard operation
btrace copied to clipboard

🔥🔥 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 na...

Results 60 btrace issues
Sort by recently updated
recently updated
newest added

看文章有这段话 > 通过 WRITE_MSG 实现,可知,atrace 数据是实时写入 fd 为 atrace_marker_fd 的文件中,如果多线程同时写入,则会出现锁问题,导致性能损耗加大 但是我看了ftrace ringbuffer实现和说明多写是无锁设计,所以这里说的锁具体指的是什么?

你好大佬,我在使用的rheatrace的时候,`-o`选项传递了一个绝对路径`/private/tmp/mynewtrace.html`,【相对路径没问题】 ``` python rheatrace.py -a test -t 5 -o /private/tmp/mynewtrace.html sched freq idle am wm gfx view binder_driver hal dalvik camera input res ``` 然后报错了 ``` 2021-12-30 21:05:41,216 - rhea_trace...

bug

### Android设备情况:Android SDK33 系统: MIUI: 14.0.8 红米K40 使用的命令: ``` java -jar rhea-trace-shell.jar -a rhea.sample.android -t 5 -o output.pb -r rhea.all sched -fullClassName ``` ### 输出结果: ``` 02-02 13:43:06.512 I RheaTrace...

Could not HEAD 'https://rd-nexus.transsion.com/repository/google/com/bytedance/android/byteX/common/0.3.0/common-0.3.0.pom'. Received status code 502 from server: Bad Gateway 请问现在为什么不能sync了?

1. PC 环境:mac ;系统版本 14.3;JDK 版本 8;Python 版本 3.11.7;执行命令 java -jar rhea-trace-shell.jar -a com.storemonitor.app -t 10 -o output.pb -r rhea.all sched -fullClassName; 2. 手机环境:一加8t、Android 13;app 正常启动;无崩溃; 3. APK文件:64 位;assets 目录不包含...

"android.registerTransform" is obsolete. It will be removed in version 8.0 of the Android Gradle plugin. The Transform API is removed to improve build performance. Projects that use the Transform API...

报错信息如下: * What went wrong: An exception occurred applying plugin request [id: 'com.bytedance.rhea-trace'] > Failed to apply plugin 'com.bytedance.rhea-trace'. > API 'android.registerTransform' is removed. For more information, see https://developer.android.com/studio/releases/gradle-plugin-api-updates#transform-api. To...

btrace版本:2.0.0 PC:iMac 13.5.2 jdk:Java 8 调试设备:Android 7.1.2 (Android 4.4 6.0.1谷歌手机也是类似的情况) apk插桩成功,能够正常的抓取trace,但是stop tracing时,解析atrace失败 查看pb文件,也是不完整的