Need to handle uncaught exception and send log file

后端 未结 7 865
时光说笑
时光说笑 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

提交回复
热议问题