-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add support for gathering proc files necessary to convert coredump to minidump #157
Conversation
426280b
to
849d539
Compare
Signed-off-by: Ermin Hrkalovic <[email protected]>
Signed-off-by: Ermin Hrkalovic <[email protected]>
Signed-off-by: Ermin Hrkalovic <[email protected]>
Signed-off-by: Ermin Hrkalovic <[email protected]>
Signed-off-by: Ermin Hrkalovic <[email protected]>
849d539
to
5c6f2a0
Compare
@swermin quick update to let you know I'll get to the review over the next few days. |
Sounds great, I am available anytime to answer and makes changes as needed! |
Signed-off-by: Ermin Hrkalovic <[email protected]>
Update - Looks like I'm back as repo admin - Thanks @jjasghar |
Hi @No9, have you had a chance to go through these changes? 😄 |
Thanks for the reminder - been very busy for the past few weeks. |
Running breakpads core2md out-of-process requires some files from the /proc/$pid folder to be able to successfully generate enough information.
This change enables gathering of those said files to be able to support that flow. It is hidden behind a feature flag and its disabled by default so that the behavior of the composer is same as before.
This feature is ment to grab the minimum files needed to be able to generate minidumps. So heap data will be omitted and such.