Skip to main content
natural_criticB837
Legend
September 8, 2015
Question

Improve UncaughtErrorEvent stack trace

  • September 8, 2015
  • 0 replies
  • 253 views

Hello,

we are using UncaughtErrorEvents to log unhandled exceptions from our game in our database. I was able to fix all errors that have decent stack traces, however some error messages really lack any valuable information. For example I have lots of logs in the database like this:

Error: Error #1502

     at [path].models::UncaughtErrorHandler/logError()

     at [path].models::UncaughtErrorHandler/uncaughtErrorsHandler()

So there is really no information where this error is coming from except that it eventually arrived in the UncaughtErrorHandler class. We are using Air 18 with ASC2, inlining was not enabled. Does anyone know if we can somehow improve the stack trace to show meaningful information?

Thanks

This topic has been closed for replies.