Need to handle uncaught exception and send log file

后端 未结 7 867
时光说笑
时光说笑 2020-11-22 15:42

UPDATE: Please see \"accepted\" solution below

When my app creates an unhandled exception, rather than simply terminating, I\'d like to first give t

相关标签:
7条回答
  • 2020-11-22 16:35

    You can handle the uncaught exceptions using FireCrasher library and do a recovery from it.

    you can know more about the library in this Medium Article

    0 讨论(0)
提交回复
热议问题