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

Fix crashreporter #11011

Merged
merged 2 commits into from
Jul 11, 2023
Merged

Fix crashreporter #11011

merged 2 commits into from
Jul 11, 2023

Conversation

TheOneRing
Copy link
Member

This change also enables the crash reporter in the cmd client

Fixes: #10998
Issue: #8991

@TheOneRing TheOneRing requested a review from a team July 6, 2023 10:43
@TheOneRing
Copy link
Member Author

Should I add a changelog entry?

@@ -24,10 +24,6 @@

int main(int argc, char *argv[])
{
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
Copy link
Contributor

@fmoc fmoc Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this related to the change? Does this really aid fixing the problem? If so, I'd like to know how (to avoid this in the future).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The flags are deprecated.
I will create a follow up pr which will apply our compiler settings to the crash reporter.

@fmoc
Copy link
Contributor

fmoc commented Jul 7, 2023

Should I add a changelog entry?

If it's a fix, it probably needs one.

@TheOneRing
Copy link
Member Author

Should I add a changelog entry?

If it's a fix, it probably needs one.

Its a fix for a regression, but it also adds the (ui) crash reporter to the cmd client.

@fmoc
Copy link
Contributor

fmoc commented Jul 7, 2023

Then I guess it needs two, because the latter is a feature addition and it's a user facing component.

This change also enables the crash reporter in the cmd client

Fixes: #10998
Issue: #8991
@TheOneRing
Copy link
Member Author

It was a 5.0 regression so no need to create a changelog entry for that. 3b09bbc

@TheOneRing TheOneRing requested a review from fmoc July 11, 2023 07:57
changelog/unreleased/8991 Outdated Show resolved Hide resolved
Co-authored-by: Fabian Müller <80399010+fmoc@users.noreply.github.com>
@TheOneRing TheOneRing merged commit 51a37c4 into master Jul 11, 2023
3 of 4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the work/crash_report branch July 11, 2023 13:48
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.

Crash reporter missing in testpilotcloud 5.0.0.11375-daily20230704
2 participants