有什么方法可以配置或个性化官方的android错误报告流程吗?
For example the message of this activity? Or the design of it?
I would be happy to hear about some possibilities.
I know, there are great 3rd party solutions, but before i choose one of them, i would like to give a chance to the official solution too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查找接口
UncaughtExceptionHandler
和静态方法Thread.setUncaughtExceptionHandler()
。简而言之:创建自己的类,实现该接口,并将其注册到Activity
或Application
的onCreate
中。Look for interface
UncaughtExceptionHandler
and static methodThread.setUncaughtExceptionHandler()
. In two words: create your own class, implementing this interface, and register it inonCreate
ofActivity
orApplication
.不,除非您正在创建自己的固件。
不,不,除非您正在创建自己的固件。
No, unless you are creating your own firmware.
No and no, unless you are creating your own firmware.