Replies: 1 comment
-
I collect crash stack by modify |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our application has many users, so we need to monitor the crash rate to ensure stable iterations. Currently, when a crash occurs, we can only collect the stack information of the current thread and related logs.
However, this cannot solve all scenarios. For some crashes, such as those caused by wild pointers, the stack does not have much guiding significance.
In addition, there is another type of crash I encountered, where the error message is only a simple description such as
worker sent an error!undefined,undefined: undefined
, and it is impossible to locate where the problem is.So my request is:
Beta Was this translation helpful? Give feedback.
All reactions