• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Improve UncaughtErrorEvent stack trace

Advocate ,
Sep 08, 2015 Sep 08, 2015

Copy link to clipboard

Copied

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

TOPICS
Development

Views

222

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines