While looking at stack traces,
- Read from the bottom of the trace
- Read the Message of the last stack trace (usually there are many with “caused by”)
- Look for a line in the stack trace that indicate a call to your package in the stack trace. This way, you will know how your code is getting called and what your code is doing.
No comments:
Post a Comment