Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not display extremely long commandline arguments #290

Merged

Conversation

Xyene
Copy link
Member

@Xyene Xyene commented Jan 9, 2024

Otherwise, the trace writer will raise because we're violating the Perfetto trace file format.

I opted to not show the arguments at all because it was slightly simpler, and it is unlikely the 60-something characters Perfetto would display in the UI would be particularly enlightening for a commandline that's longer than 32 KiB.

Closes #286.

Otherwise, the trace writer will raise because we're violating the
Perfetto trace file format.

I opted to not show the arguments at all because it was slightly
simpler, and it is unlikely the 60-something characters Perfetto would
display in the UI would be particularly enlightening for a commandline
that's longer than 32 KiB.

Signed-off-by: Tudor Brindus <tbrindus@janestreet.com>
@Xyene Xyene merged commit 1087cbf into janestreet:master Jan 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure "string too long for FTF trace...
2 participants