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 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.
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.