GSOC 2017 - Crash Reporting - Report 8
What I did this week
We fixed the path issue of breakpad
Then I studied the code of how chromium and libreoffice implements breakpad. After a thorough review I concluded that when a crash occurs we have to open a new process by opening a fork and create a child process, which then it will open the dialog window for asking the user if he/she wants to send the debug information. This dialog window will be different executable.
One implementation
Read more