Flex 3 全局异常处理
我想在我的 Flex 应用程序中创建某种全局错误处理。 对此最好的方法是什么?
I want to create some sort of global error handling in my Flex application. What is the best approach for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
目前还没有办法做到这一点。 所以请为这个功能请求投票:
http://bugs.adobe.com/jira/browse/FP-1499
Right now there isn't a way to do this. So please go vote for this feature request:
http://bugs.adobe.com/jira/browse/FP-1499
Flash Player 10.1(2010 年 6 月发布)中现已提供全局错误处理功能。 有关如何使用它的详细信息,请参阅
http ://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/UncaughtErrorEvents.html
Global error handling is now available in Flash Player 10.1 (released June 2010). For details on how to use it, see
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/UncaughtErrorEvents.html
詹姆斯是对的......您可以首先将异常路由到一个静态实用程序,如下所示,以使更改和调试更容易。
James is right... you could start by routing exceptions to one static util like below to make changes and debugging easier.