I have developed an iphone application and submitted to the app store. Now, if anyone downloads the application and if the app gets crashed, i get a crash log from app store. But i could not understand how the crash occured.
So, i would like to trace all method calls in my application and the last fired event. If this information is captured and sent to me whenever an app crashes, i can solve the issue easily.
Is there a way to trace all method calls of an app ? I dont prefer adding NSLog for all the methods. (Tracing the method calls in iPhone app)
When i run the code in XCODE, console logs gets generated. Is there a way i can create similar logs from my app ?
Please share your suggestions.
Thanks