Skip to content

Commit d340e3b

Browse files
committed
add perfetto config
1 parent 11ab1ef commit d340e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenarios/shared/runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def run(self):
597597

598598
perfetto_cmd = xharness_adb() + [
599599
'shell',
600-
f'perfetto --time {max_startup_time_sec + 3}s --background -o {perfetto_device_save_file}'
600+
f'perfetto --background --txt -o {perfetto_device_save_file} --time {max_startup_time_sec + 3}s -b 64mb sched freq idle am wm gfx view binder_driver hal dalvik camera input res memory'
601601
]
602602
RunCommand(perfetto_cmd, verbose=True).run()
603603

0 commit comments

Comments
 (0)