Question
3
Replies
570
Views
TECHMAHINDRA
Posted: December 19, 2019
Last activity: December 19, 2019
Closed
How to get the stack trace of any Error or Exception
Need to know how we should get the stack trace of error message generated in activity.
Hi,
You can enable logger for that activity(view java and copy the logger name), and also while tracing you can check exception option in tracer under Events to trace. If any exception is there then it will get captured with its stack trace.