Tagged Questions
16
votes
3answers
3k views
Best Practices for Error Logging and/or reporting for iPhone
When I do web development, I use a custom made logger that catches fatal errors and appends a trace to a file and displays a message to the user. I can occasionally glance to see if the file changed, ...