summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>2019-03-14 16:56:36 +0700
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-03-26 15:59:05 +0900
commitd25fa2d2877be074a577d09d459a0a7d6220b63f (patch)
tree1ea459748697c196786e9494c072d3e4a9b2e0a9
parentb7124c33826a53a1a66d3c6b7230ebd33735ab4a (diff)
downloadDLT-daemon-d25fa2d2877be074a577d09d459a0a7d6220b63f.tar.gz
doc: Raise an awareness of log level sync
Raise an awareness of log level synchronization between DLT Daemon and application after registrations. Signed-off-by: Bui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>
-rw-r--r--doc/dlt_for_developers.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dlt_for_developers.md b/doc/dlt_for_developers.md
index 9dc575c..b020357 100644
--- a/doc/dlt_for_developers.md
+++ b/doc/dlt_for_developers.md
@@ -285,6 +285,8 @@ int main(int argc, const char* argv[])
}
```
+Note: Please be aware that it might be taken up to a second until the synchronization of loglevel between DLT Daemon and application is done.
+
### Unregister contexts and application
Before terminating the application registered contexts and at last the application need to be unregistered.