再来一个google自带光环的开源库:Google Breakpad
什么是Google Breakpad?
Google Breakpad is a cross platform crash handler which generates minidumps when your application crash. Users can send these minidumps to you and it contains valuable information allowing you to figure out why it crashed on them.
看到了吗?是当你程序崩溃的时候产生一个minidumps文件的,之前我们也写过两篇博客:
《windows客户端开发–让你的客户端崩溃之前生成dump文件》
获取BreakPad
- 1
- 1
安装Python
这里面略过了,但是记住要使用Python2.x,,Python3.x会报错
什么是gyp
GYP(Generate Your Projects)是由 Chromium 团队开发的跨平台自动化项目构建工具,Chromium 便是通过 GYP 进行项目构建管理。
获取gyp