开发者

Catch any error in Flex app and record it

开发者 https://www.devze.com 2022-12-20 01:10 出处:网络
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 app

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

精彩评论

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