Update how to use breadpad crash analysis.md

This commit is contained in:
xiaoyifang 2023-07-08 13:54:52 +08:00 committed by GitHub
parent aeb98e2e57
commit f52e998524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ Goldendict-ng has provide an option to build the application with [breakpad](htt
`CONFIG+=use_breakpad` to enable this feature.
Currently only Windows xapian has built with breakpad support.
Currently only Windows release has built with breakpad support,for other platforms , you can enable the feature manually.
How to analyze the dump created by breakpad.
------------
@ -41,4 +41,4 @@ minidump_stackwalk.exe -s a.dmp symbols > a.txt
Note
------------
The tools can be downloaded from [minidump-tools](https://gitee.com/wabwh/breakpad-minindump-tools/tree/master/)
The tools can be downloaded from [minidump-tools](https://gitee.com/wabwh/breakpad-minindump-tools/tree/master/)