How to change Exception message, "The application … has stopped unexpectedly. Please try again later.”

▼魔方 西西 提交于 2019-12-13 06:43:32

问题


Is there any way to modify the generic Android Exception message "The application ... has stopped unexpectedly. Please try again later.” to display something more meaningful to the user?


回答1:


What about implementing your own UncaughtExceptionHandler.

See this question for some ideas:

How do I obtain crash-data from my Android application?



来源:https://stackoverflow.com/questions/2673497/how-to-change-exception-message-the-application-has-stopped-unexpectedly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!