-
If I use **dlt-control -r 0 -uv**, -> set all traces to 0.
This can be confirmed by: **dlt-control -juv** and indeed all traces are set to 0.
But the logs are still visible in dlt-viewer. Shouldn't …
-
Maybe I just miss how to do this correctly but trying to terminate a dlt-client results in a SIG32 for me.
In a debugger/IDE this results in messages or popups, on command line I get a warning (whi…
-
Hi, developer
I tried to use dlt-viewer on the ubuntu pc side, and run the dlt-daemon and log demo program on the pc side. The tcp network communication can receive the message from the dlt-daemon, b…
-
When we run DLT Viewer for long time and receive a lot of log files, DLT Viewer comes to non responding state.
At that time memory consumption was almost >3 GB, which is too huge.
To avoid heavy mem…
-
Within my project I've switched to dlt-viewer v.2.19.0, while dlt-daemon on target is still v.2.17.0.
When I was using version v.2.18.0 of dlt-viewer I had no issues, while after update parsing see…
-
Hello to everybody,
i trying to install dlt viewer on my win8 64 bit.
can anybody explain how to do that?
i am not a programmer and do not have skills but i want to learn.
thank you verry…
-
Hello,
I had installed this application by following the instruction of INSTALL.txt and been able to launch dlt-viewer application in Ubuntu 18.04.
But when i tried to connect my ubuntu laptop …
-
DLT viewer jumps to unexpected lines with following scenario:
- Open lots of DLT logs.
- Click "Filter" -> "Sort by Time"
- Search something
- Double click a row in the Search Results
- DLT viewe…
-
The following 2 lines are called from within the dltfileindexerthread, which is not an owner of the plugins:
https://github.com/GENIVI/dlt-viewer/blob/master/src/dltfileindexerthread.cpp#L113
http…
-
When compiling with MSVC 2019 and Qt 5.13.1, there are 2 issues that I met:
1. When compiling, reported "error: conflicting types for 'pid_t' ... previous declaration of 'pid_t' was here..."
2. When…