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

[Request] Please add option to configure crash dump information type #67

Closed
italiks opened this issue Dec 25, 2022 · 1 comment · Fixed by #77
Closed

[Request] Please add option to configure crash dump information type #67

italiks opened this issue Dec 25, 2022 · 1 comment · Fixed by #77

Comments

@italiks
Copy link

italiks commented Dec 25, 2022

Hi guys, thanks for your library!
I wanna ask to add an option to configure crash dump type like it suggested in the comment
MiniDumpNormal, // MINIDUMP_TYPE - we _might_ want to make this configurable

Is it possible to configure Linux, MacOS dump type, or at least full dump?

@gabrielesvelto
Copy link
Contributor

I'm not sure if I understand your request. This is the Windows minidump generation code, making it configurable would allow for the generation of full dumps for example - like the comment suggests - by passing MiniDumpWithFullMemory instead of MiniDumpNormal. That's definitely possible. What do you mean though with "Linux, macOS dump type"?

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 a pull request may close this issue.

2 participants