开发者

Is there any library does minidump on Mac?

MiniDump is a great feature for debugging crashes on Windows, especially because it is small, so it can be sent via crash reports. (Window Error Reporting).

But it seems Mac OS X and other BSD system only supports full core dump.

Is there any mini-dump implementation on Mac or BSD system? Or how does Mac software developer analyze customer's crash r开发者_Python百科eports?

Thanks! -Jonny


Yes, you can use Google breakpad, which works on Windows, Mac, and Linux. As an added bonus, the file format it creates is the same as the windows minidump format, no matter what platform it's using - so you can apply your current analysis tools to dumps from windows clients.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜