This is a migrated thread and some comments may be shown as answers.

TrackExceptionRawMessage - contextMessage in dashboard

1 Answer 59 Views
General discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Phong
Top achievements
Rank 1
Phong asked on 29 Feb 2016, 07:03 PM
In a C++ application, I’m using this API to log an exception:
  EQATEC_EXPORT virtual void TrackExceptionRawMessage(const char *type, const char *reason, const char *stacktrace, const char *contextMessage) = 0;

I can see the exception(s) in the dashboard, but the exception details page doesn't include any data from the “contextMessage” parameter. Where can I find the data my app placed in that parameter?

1 Answer, 1 is accepted

Sort by
0
Phong
Top achievements
Rank 1
answered on 29 Feb 2016, 08:46 PM
Never mind, found it - had to go to Live mode
Tags
General discussion
Asked by
Phong
Top achievements
Rank 1
Answers by
Phong
Top achievements
Rank 1
Share this question
or