开发者

Catch any error in Flex app and record it

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 开发者_JS百科app, and which they don't send in as notice.

Thanx Ladislav


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜