PLCrashReporter 不工作
我已经在链接的帮助下集成了PLCrashReporter框架。它运行良好。但它不起作用。不写入 crash_log 文件。
我使用以下代码强制崩溃我的应用程序。我还附上了我的应用程序。
NSMutableArray *myArray=[NSMutableArray new];
NSLog(@"myARray ho Crash : %@",[myArray objectAtIndex:0]);
知道哪里出了问题...
提前致谢
曼迪普
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]);
Any idea where going wrong...
Thanks in advance
Mandeep
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也为 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
由 @landonf 提供:
Courtesy of @landonf: