捕获 Flex 应用程序中的任何错误并记录下来
有没有什么方法可以捕获 Flex 应用程序中的任何错误并通过电子邮件发送或以某种方式记录它(此电子邮件或记录部分不是问题,只是捕获整个应用程序的错误才是问题)。
这对于解决客户在使用应用程序时遇到的任何错误以及他们没有作为通知发送的错误非常有用。
谢谢 拉迪斯拉夫
is there any way to catch any error within Flex application and send it via let's say email or record it somehow (this emailing or recording part is not the problem, just error catching for whole application is).
This would be very useful, for fining any bugs that clients get while using app, and which they don't send in as notice.
Thanx
Ladislav
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要查看这篇文章了解如何在 Flex 中捕获异常。它似乎以不确定的方式结束,但至少您可以在顶级处理程序中捕获所有未捕获的异常并从那里发送通知。
You'll probably want to look at this SO post about how to catch exceptions in Flex. It seems to have ended on an unsure note, but at the very least you can catch all the uncaught exceptions in a top-level handler and send a notification from there.