You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Max Risuhin edited this page Sep 2, 2018
·
6 revisions
Since Google's Breakpad library requires depot tools to checkout sources from source control and build dedicated tools used to analyze generated minidumps files, repackaged version with pure breakpad library source code to be compiled along with application sources was added into repo.
google-breakpad repo 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 pre-generated symbol files on application binaries.