Acknowledged
CIQQA-3253

bug / feature-request: instead of "Unhandled Exception" give actual exception's name in ERA Viewer

We're getting lots of "Unhandled Exceptions" in ERA, but there's no such exception. I don't see any reason why Garmin would intentionally hide the real exception form the developers (especially that the documentation mentions some possible exceptions)

My problem is with Properties.setValue. I am pretty sure it's not any of these, or at least it shouldn't be:

Parents
  • TL;DR

    - even regular (non-ERA) crash logs omit the literal class name of the exception, but actually contain the result of Exception.getErrorMessage

    - this error message is omitted from ERA logs for privacy reasons

    - there is an internal ticket to effectively add the exception class id/name to ERA logs and regular crash logs

Comment
  • TL;DR

    - even regular (non-ERA) crash logs omit the literal class name of the exception, but actually contain the result of Exception.getErrorMessage

    - this error message is omitted from ERA logs for privacy reasons

    - there is an internal ticket to effectively add the exception class id/name to ERA logs and regular crash logs

Children
No Data