AS3 Error Manager with UncaughtErrorEvent – ErrorHandler 0.2

Some modification on my ErrorHandler class – sources.

  • You can now view and navigate through all the errors
  • You can save a log file wich contain all information available in the Capabilities class.
  • The class is now a singleton to initialize the error handler in loaded swf (future version).
  • Use :

    ErrorHandler.getIntance().init(this);

    A reasonable adjustment in production :

    ErrorHandler.getIntance().activeWithPlayerMode = ErrorHandler.MODE_DEBUG;

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    *

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">