How to check crash logs correctly

Users who are viewing this thread

One of the users of my provided me with a crash log file like this:

Capture.png


This is a very good way for debugging to understand what happened wrong but when I try to check the stack.txt file it hides a lot of the information from me.
The log file is the same. It just encapsulates most of the important informations into {}. Is there any way for me to reach what is inside the encapsulated brackets? They are crucial for me to debug issues.
Or how can i open the crash files like in the screen shot I provided above.

This is how I see the stack.txt
 
Last edited:
I think if you look in the full log just before the errors what was being loaded can give you a clue but otherwise I'd like to know the answer as well.
 
Back
Top Bottom