PLCrashReporter 不工作

发布于 2024-12-09 07:33:00 字数 497 浏览 0 评论 0原文

我已经在链接的帮助下集成了PLCrashReporter框架。它运行良好。但它不起作用。不写入 crash_log 文件。

我使用以下代码强制崩溃我的应用程序。我还附上了我的应用程序。

   NSMutableArray *myArray=[NSMutableArray new];
   NSLog(@"myARray ho Crash : %@",[myArray objectAtIndex:0]);

SampleCode

知道哪里出了问题...

提前致谢
曼迪普

I had integrated PLCrashReporter framework with help this link. It running fine. But its not working. Not writing crash_log files.

I Used following code for forcefully crash my application. And I also attached my app.

   NSMutableArray *myArray=[NSMutableArray new];
   NSLog(@"myARray ho Crash : %@",[myArray objectAtIndex:0]);

SampleCode

Any idea where going wrong...

Thanks in advance
Mandeep

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挽清梦 2024-12-16 07:33:00

我也为 mac 做了这个,我认为你正在获取日志,但在 consol 上,我已经在 Mac 的文本文件中编写了日志...你还需要将它写入 iPhone 应用程序的某个地方

i had also done this for mac i think you are gettign Log but on consol ,I had write the Log in textFile for Mac ...You need to also write it somewhere for iPhone Application

執念 2024-12-16 07:33:00

由 @landonf 提供

确保您在 Xcode/gdb 之外进行测试,否则调试器将在调用 PLCrashReporter 的信号处理程序之前捕获 mach 异常。

Courtesy of @landonf:

Make sure you're testing outside of Xcode/gdb, as otherwise, the debugger will catch the mach exception before PLCrashReporter's signal handlers are invoked.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文