E文-》http://code.google.com/p/google-breakpad/wiki/MacBreakpadStarterGuide
有时候英文的意会,比中文翻译更能帮助理解。
如何把breakpad加入你的mac程序
- How To Add Breakpad To Your Mac Client Application
- Preparing a binary build of Breakpad for use in your tree
- Building the requisite targets
- Adding Breakpad.framework
- Copy Breakpad into your Application Package
- Add a New Run Script build phase
- Adjust the Project Settings
- Write Code!
- Configure Breakpad
- Build Your Application
- Verify
- Upload the symbol file
- Final Notes
这是一篇按部就班来编译breakpad,在mac程序中使用的文档
准备一个用于你的源码树的Breakpad的库
你可以编译二进制库来用或者在工程中直接用源码,推荐使用前者,因为使用breakpad源码容易出现问题&#