本文介绍了要求用户在iPhone上崩溃后发送崩溃日志的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
某些应用程序会询问用户是否希望在崩溃后重新启动时通过电子邮件发送崩溃日志。
Some application ask the user if they want to send the crash log by email when they restart after a crash. How are they doing that ?
他们必须记录日志,当他们崩溃并读取这个文件,并要求用户发送它,如果它不是空的?
They have to record the log when they crashing and reads this file and ask the user to send it if it's not empty ?
有没有一个框架或者一个开源项目,我可以整合来做这个?
Is there a framework or an open source project I can integrate to do this ?
推荐答案
p>查看。
这篇关于要求用户在iPhone上崩溃后发送崩溃日志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!