summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2013-08-05 13:05:06 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-08-06 09:45:44 +0300
commite67f44ef1ae28658e46a915b7335fe0ea5fa9bef (patch)
treeb96c09991ad75070b47e1ff46a3b7d47473ab49f /README
parent8c99c24f30702d9d9b2176d2e3be2e9c08a4d01e (diff)
downloadconnman-e67f44ef1ae28658e46a915b7335fe0ea5fa9bef.tar.gz
README: Add info how to create traces with timestamps
This is very handy to debug timing related issues, especially when anohter demon is involved, e.g. ofonod.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index c8054fff..59d2801e 100644
--- a/README
+++ b/README
@@ -246,6 +246,12 @@ Following environment variables can be used:
Example:
CONNMAN_WEB_DEBUG=1 src/connmand -n
+If timing conditions are relevant then it is recommended command to
+get log traces as follows:
+ connmand -d 2>&1 | ts '[%H:%M:%.S]' | tee connman.log
+
+The 'ts' program is normaly avialable in the moreutils package.
+
Kernel configuration
====================