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 """)