hhdang6637 / embedded_linux_skeleton

Building U-Boot, Linux kernel, and Rootfs from scratch for the embedded system (raspberry-pi)
GNU General Public License v2.0
22 stars 3 forks source link

lib_app: Dump crash information before die #34

Closed hhdang6637 closed 6 years ago

hhdang6637 commented 6 years ago

We want to capture all crash information and dump it to syslog.

Something like this: https://github.com/JPNaude/dev_notes/wiki/Produce-a-stacktrace-when-something-goes-wrong-in-your-application

hhdang6637 commented 6 years ago

Just let you know, we're trying to build something like this

I will take care this one.