From: Marcel Holtmann Date: Thu, 26 Nov 2009 08:40:37 +0000 (+0100) Subject: Add comment about new debugging options X-Git-Tag: 0.47~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2601994cd564bb81d2240c98261de17a6b830e4;p=platform%2Fupstream%2Fconnman.git Add comment about new debugging options --- diff --git a/HACKING b/HACKING index 61b9eb3..444caf5 100644 --- a/HACKING +++ b/HACKING @@ -77,7 +77,12 @@ to use "make install" when testing "connmand". The "bootstrap-configure" automatically includes this option. Run daemon in foreground with debugging - # sudo ./src/connmand -n -d + # sudo ./src/connmand -n -d 'plugins/*' + +The debugging option -d takes an argument. This argument can be a comma +separated list of file names like 'plugins/wifi.c,plugins/ethernet.c' to +enable debugs in these files. Simple glob style pattern matching is +supported in this list. For production installations or distribution packaging it is important that the "--enable-maintainer-mode" option is NOT used.