ConnMan backtrace support
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 17 Aug 2010 15:10:46 +0000 (17:10 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 17 Aug 2010 15:11:49 +0000 (17:11 +0200)
commitff4679178975cede4a4173bcf03447f1c0058d73
treed99d039631a372b50cdc6f797a3dd4e6369511f1
parent5f06e7b159df42ceafafe9a7266148f658a91fad
ConnMan backtrace support

Add a generic signal handler in order to dump ConnMan backtrace when
crashing. The implementation is based on glibc backtrace() routines and
thus can not resolve static function names. A little python wrapper over
addr2line fixes that by taking a full backtrace from a complete connman
log file.
Makefile.am
src/log.c
test/backtrace [new file with mode: 0644]