Using Google Breakpad

https://github.com/JPNaude/dev_notes/wiki/Using-Google-Breakpad-with-Qt

https://chromium.googlesource.com/breakpad/breakpad/
下载及编译

git clone https://chromium.googlesource.com/breakpad/breakpad
./configure
make -j8

报错

 cd src/
 cd third_party/
 git clone https://github.com/adelshokhy112/linux-syscall-support.git
 cd linux-syscall-support/
 cp -r lss/ ../

make -j8
make install
posted @ 2024-02-06 11:13  simp00  阅读(5)  评论(0编辑  收藏  举报