Skip to content

Google Breakpad integration

Max Risuhin edited this page Aug 29, 2018 · 6 revisions

Since Google's Breakpad library requires specific depot tools to checkout sources from source control and build tools, repackaged version only of code to be compiled along with application sources was added into https://github.com/status-im/google-breakpad repository.

https://github.com/status-im/google-breakpad also contains CMake files for easy integration with applications based on react-native-desktop

After crash occurs and intercepted by breakpad it creates minidump file with useful crash related information. Extracting human readable information from minidump file format requires running of minidump_stackwalk tool with specially pregenerated symbol files on application binaries.

Clone this wiki locally