Cocoa Touch best practice for capturing/logging/diagnosing crashes

Posted by Dylan on Stack Overflow See other posts from Stack Overflow or by Dylan
Published on 2010-05-25T20:17:40Z Indexed on 2010/05/25 20:21 UTC
Read the original article Hit count: 279

Filed under:
|
|
|

As I get closer to releasing my first public iPhone app I'm concerned about catching crashes in the field. I'm curious to hear how others have gone about this.

I'm not sure what's possible outside of the debugger. Is all lost with an EXC_BAD_ACCESS or can I still catch it and get something useful into a log? Is the program main() the spot to put a @try/@catch?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c