mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-30 13:24:05 +00:00
Update how to use breadpad crash analysis.md
This commit is contained in:
parent
aeb98e2e57
commit
f52e998524
|
@ -6,7 +6,7 @@ Goldendict-ng has provide an option to build the application with [breakpad](htt
|
||||||
`CONFIG+=use_breakpad` to enable this feature.
|
`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.
|
How to analyze the dump created by breakpad.
|
||||||
------------
|
------------
|
||||||
|
@ -41,4 +41,4 @@ minidump_stackwalk.exe -s a.dmp symbols > a.txt
|
||||||
|
|
||||||
Note
|
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/)
|
||||||
|
|
Loading…
Reference in a new issue