The project is managed using poetry, the python build & dependency manager.
Run poetry install
to install perfetto.
If you do not wish to install poetry on your machine, make sure to pip install -r requirements.txt
.
The bug was encountered on an x86_64 Ubuntu 24.04 machine.
- Make sure that the latest version of vscode is installed;
- Open the project in vscode:
code perfetto-bug-report
; - Open the
Run and Debug
panel in vscode's sidebar, and run theReproduce bug
debug configuration.
Just in case you do not run into the bug, the observed exception is stored in the file error_log.txt