-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Make Supermium build without Crashpad/Breakpad #915
Comments
Is not |
This cmdline flag DOES NOT prevent Supermium from spawning the https://codereview.chromium.org/1416133003
I have tested this myself, i.e. I launched Supermium with Also, please read this and this; even with |
Breakpad is the old exception handler for Chromium. It was replaced with Crashpad but Crashpad cannot be fully disabled in its current form (by the user). But I can definitely disable the creation of Crashpad processes. Windows will handle the exceptions/errors on its own and Dr Watson (on XP) or WER (on Vista and up) can help provide the dumps as needed. Exception handling will not be as graceful, but it may better expose issues. |
That would be nice. |
Is your feature request related to a problem? Please describe.
Every time Supermium started, it launches extra process of type crashpad-handler without any possibility to disable it. While it might be useful for someone, for majority of users it is not needed, disabling Crashpad will save RAM, threads and disk space used for hundreds of useless reports
Describe the solution you'd like
Make Supermium build without Crashpad
The text was updated successfully, but these errors were encountered: