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