We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6ce40 commit fc53ef5Copy full SHA for fc53ef5
src/scenarios/shared/runner.py
@@ -597,7 +597,7 @@ def run(self):
597
598
perfetto_cmd = xharness_adb() + [
599
'shell',
600
- f'perfetto --time {max_startup_time_sec + 3}s --background -o {perfetto_device_save_file}'
+ 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'
601
]
602
RunCommand(perfetto_cmd, verbose=True).run()
603
0 commit comments