Coredump message needs more info.
FeelyChau opened this issue · 5 comments
Currently the coredump info includes bin name, coredump file and device id, but the parameters and device version info are necessary for debugging.
How about viewing the stack from these dumps directly? We might only need the OS version and a complete environment.
/cc @lolBig @legendecas
How about viewing the stack from these dumps directly? We might only need the OS version and a complete environment.
Further, we can save the debugging environment and directly get the stack information in the debugging environment when the coredump appears, then we can view the stack from webpages.
I will try this.
How about viewing the stack from these dumps directly? We might only need the OS version and a complete environment.
How about save the staging directory after every image built in CI? thus we can view the stacks directly in the website after coredump uploaded.
How about save the staging directory after every image built in CI? thus we can view the stacks directly in the website after coredump uploaded.
This is what I meant, the followings should be included in release:
- images(ota and flush)
- development kit and cross-compile environment
- online GDB environment