Intercepting Runtime Errors in installed AIR applications

March 2nd, 2010 by Luis

While developing an AIR project one of the most annoying problems we are having is the impossibility to intercept when a runtime exception is triggered in the installed AIR application.

After Googling a bit we found a couple of interesting solutions provided by Xavi Beumala in his blog:

Debugging production ready AIR applications

Leave a Reply