From 106aaf591ed3dc817ca8a5d17918574e065af66a Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Thu, 15 May 2025 20:31:36 +0800 Subject: [PATCH] update Signed-off-by: Wenchao Hao --- handle_perfetto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_perfetto.py b/handle_perfetto.py index b91a39b..138ff57 100755 --- a/handle_perfetto.py +++ b/handle_perfetto.py @@ -23,7 +23,7 @@ def perfetto_parse(slice_name): tp = TraceProcessor( trace=sys.argv[1], - config=TraceProcessorConfig(bin_path='/home/mi/mthptest/trace_processor_shell')) + config=TraceProcessorConfig(bin_path='./trace_processor_shell')) qr_it = tp.query(f""" INCLUDE PERFETTO MODULE android.startup.startups; SELECT * FROM android_startups """)