summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2017-08-22 14:12:17 +0200
committerChristoph Lipka <clipka@users.noreply.github.com>2017-08-22 14:12:17 +0200
commitcf30c443064d28bfcdaa0f4c7bf799fd5d6fed99 (patch)
treef421f0b5aa7e1c022c8b73bd879e57e92e4c09d8 /.gitignore
parent1b8c74ace00fb0a0e38fae5fd2c3cb0bc7b89ccc (diff)
downloadDLT-daemon-cf30c443064d28bfcdaa0f4c7bf799fd5d6fed99.tar.gz
Data stuck in receiver buffer when dlt_daemon_user_send_log_level() fails (#21)
- When dlt_daemon_user_send_log_level() called in dlt_daemon_process_user_message_register_context() fails -1 was returned which caused dlt_daemon_process_user_messages() to stop processing receiver buffer. Remaining data was stuck until new data arrived over FIFO. - Make debug output of dlt_daemon_user_send_log_level() more verbose. Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 3e03b2d..4178bd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,6 @@ config.h
include/dlt/dlt_version.h
.project
.cproject
-
-
.settings
+.idea/
+cmake-build-debug/