如何重定向崩溃报告的电子邮件地址到我的电子邮件(对于我的可可应用程序) [英] How to redirect Crash report's email address to my email (for my cocoa app)

查看:206
本文介绍了如何重定向崩溃报告的电子邮件地址到我的电子邮件(对于我的可可应用程序)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有任何方法如何设置默认的OS X Crash记者电子邮件地址到我的电子邮件地址(对于我的可可应用程序)。

I'd like to know if there is any way how to set default OS X Crash reporter email address to my email address (for my cocoa application).

我想把我的崩溃报告给我的电子邮件,而不是苹果的。 ;)

I'd like to get my Crash reports to my email, not Apple's. ;)

谢谢。

推荐答案

说,崩溃报告不是通过电子邮件发送,而是上传到某些Apple服务器。要拦截这个和/或发送到你自己的服务器,已经有几个类和框架来处理这个,下面是几个:

As mipadi stated, crash reports arent sent by email, but are uploaded to some Apple server. To intercept this and/or send it to your own server there are already several classes and frameworks to handle this, here are a few:

更复杂(捕获事件) :

More sophisticated (catch the event):


  • Breakpad (由Google捕获事件)生成自己的崩溃转储( minidump )和模拟 Apple崩溃报告界面您的公司名称)

  • PLCrashReporter (类似)到Breakpad,捕获事件,生成自己的崩溃转储,但没有提供默认UI。库最适合于iOS - 它被编写为在AppStore的约束下操作,并且Mac OS X上的x86-64支持仍然是实验性的)。

  • Breakpad (by Google, catches the event, generates its own crash dump (minidump) and simulates the Apple crash reporter interface with your company name in it)
  • PLCrashReporter (Similar to Breakpad, catches the event, generates its own crash dump, but no default UI is provided. The library is best suited for iOS -- it was written to operate within the AppStore's constraints, and x86-64 support on Mac OS X remains experimental).

简单(读取崩溃转储):

Simple (read the crash dumps):

  • UKCrashReporter
  • SFBCrashReporter
  • ILCrashReporter

这篇关于如何重定向崩溃报告的电子邮件地址到我的电子邮件(对于我的可可应用程序)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆