Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PLCrashReporter not working

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

like image 303
mandeep-dhiman Avatar asked Oct 12 '11 11:10

mandeep-dhiman


2 Answers

[Resolved] see landon fuller Comment

like image 50
mandeep-dhiman Avatar answered Sep 19 '22 21:09

mandeep-dhiman


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

like image 21
Aryan Malhotra Avatar answered Sep 18 '22 21:09

Aryan Malhotra