You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
02-02 13:43:06.512 I RheaTrace : os version is 33. default capture is PerfettoCapture
02-02 13:43:08.525 RheaTrace : start tracing...
02-02 13:43:13.815 RheaTrace : stop tracing...
02-02 13:43:13.998 RheaTrace : MaxAppTraceBufferSize usage 820096/500000000 (0%)
02-02 13:43:14.137 E RheaTrace : Error: systrace file not found: rheatrace.workspace\systemTrace.trace
02-02 13:43:14.137 E RheaTrace : Tips: your device may not support perfetto. please retry with `-mode simple`.
03-14 10:08:07.158 RheaTrace : MaxAppTraceBufferSize usage 7583248/500000000 (1%)
03-14 10:08:07.760 E RheaTrace : Error: systrace file not found: rheatrace.workspace\systemTrace.trace
03-14 10:08:07.760 E RheaTrace : Tips: your device may not support perfetto. please retry with -mode simple.
com.bytedance.rheatrace.processor.core.TraceError: systrace file not found: rheatrace.workspace\systemTrace.trace
at com.bytedance.rheatrace.processor.perfetto.TraceProcessor.(TraceProcessor.java:43)
at com.bytedance.rheatrace.processor.perfetto.PerfettoCapture.process(PerfettoCapture.java:95)
at com.bytedance.rheatrace.processor.Main.main(Main.java:108)
03-14 10:08:07.918 D RheaTrace : Run adb shell setprop debug.rhea.startWhenAppLaunch 0
03-14 10:08:08.185 D RheaTrace : Run adb shell setprop debug.rhea.mainThreadOnly 0
03-14 10:08:08.469 D RheaTrace : Run adb shell setprop debug.rhea.methodDurThreshold 0
03-14 10:08:08.755 D RheaTrace : Run adb shell setprop debug.rhea.category.all 0
Android设备情况:Android SDK33 系统: MIUI: 14.0.8 红米K40
使用的命令:
输出结果:
另外!!!使用perfetto命令行,能获取到trace文件并从Perfetto网站打开查看!!使用的命令如下:
用户权限:可获取到root权限的设备。
版本:
rhea_gradle_plugin_vesion=2.0.1
implementation 'com.bytedance.btrace:rhea-core:2.0.0'
apk是release版本,是通过反射调用android.os.Trace#setTracingEnabled(true)拿到自定义tag。
The text was updated successfully, but these errors were encountered: