summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-11-26 09:40:37 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-11-26 09:40:37 +0100
commita2601994cd564bb81d2240c98261de17a6b830e4 (patch)
treef048d52d6005fa4eb52bff769f393f0a2246f981 /HACKING
parentf9e47bf4727e8504402fca785e4c1deb5fb619cd (diff)
downloadconnman-a2601994cd564bb81d2240c98261de17a6b830e4.tar.gz
connman-a2601994cd564bb81d2240c98261de17a6b830e4.tar.bz2
connman-a2601994cd564bb81d2240c98261de17a6b830e4.zip
Add comment about new debugging options
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 6 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 61b9eb39..444caf56 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.