From ff4679178975cede4a4173bcf03447f1c0058d73 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Tue, 17 Aug 2010 17:10:46 +0200 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ed4689c9..1bf72074 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,7 +179,7 @@ test_scripts = test/get-state test/list-profiles test/list-services \ test/monitor-manager test/test-counter test/set-ip-method \ test/set-nameservers test/set-domains test/find-service \ test/get-services test/get-proxy-autoconfig \ - test/enable-tethering test/disable-tethering + test/enable-tethering test/disable-tethering test/backtrace if TEST testdir = $(pkglibdir)/test -- cgit v1.2.3