Best Practices for Error Logging and/or reporting for iPhone

后端 未结 4 816
甜味超标
甜味超标 2020-12-12 11:49

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

4条回答
  •  悲哀的现实
    2020-12-12 12:31

    Do you know that CrashReporter for iPhone exists?

    There is a repository on github which demos that code.

    It has some cool features like maping the stack trace to your code and manages some git specific things like version hashes.

提交回复
热议问题