summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Willers <M.Willers@gmx.net>2021-05-17 02:51:06 +0200
committerGitHub <noreply@github.com>2021-05-17 09:51:06 +0900
commit49ef927f7d3e6c9be4e6a0b81ee3bea28960db11 (patch)
treee4444b9605a3e1f7d4f5b9833a897a00f639295a /CMakeLists.txt
parentf5344f8cf036e6dcb899522e8e679639dd23e1a4 (diff)
downloadDLT-daemon-49ef927f7d3e6c9be4e6a0b81ee3bea28960db11.tar.gz
Make nonverbose mode non exclusive (#300)
* Make Non-Verbose mode non-exclusive Switching to global Non-Verbose mode now does not force Verbose messages to also be sent as Non-Verbose ones anymore. That would not make any sense, because Verbose messages don't have a MessageId and thus are all getting the same MessageId of 65535. Instead, setting global "Non-Verbose" mode will allow both Verbose and Non-Verbose messages to be sent in a single session. The "Verbose-APIs" (e.g. dlt_user_log_write_start()) will then only write Verbose messages, whereas the "Non-Verbose APIs" (e.g. dlt_user_log_write_start_id()) will then only write Non-Verbose messages. Signed-off-by: Martin Willers <M.Willers@gmx.net>
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions