dlt-daemon icon indicating copy to clipboard operation
dlt-daemon copied to clipboard

Diagnostic Log and Trace.

Results 86 dlt-daemon issues
Sort by recently updated
recently updated
newest added

It looks like the same log has always been read from the buffer

undefined

The message is lost if more than 65536 bytes of data accumulates in the receive buffer in the dlt-daemon. The dlt-daemon reads up to 65535 bytes when retrieving a message...

bug

+ Add checking for snprintf when parsing data from config file + Multiple files logging: Refactor function to optimize memory handling with new log files creation + log-storage: strncpy checking

refactor

during test, i found the log can not be saved, after i analyze, i found the dltpiple(/tmp/dltpipes/dlt8545) has been deleted, is there any mechanism that will delete them?

In a shared system many developers log as much as they want into DLT. This can lead into overloading the logging system resulting in bad performance and dropped logs. This...

* improve free after failures in init * check if freeing in some methods * add missing free in unit tests This fixed #522 on my machines but your that's...

The original place of mutex lock was wrong because it didn't protect dlt_housekeeper_running and there was no mutex lock when sending signal.

I see junk characters as below when i try to use offline logging. ![image](https://github.com/user-attachments/assets/3360a464-04bc-4160-b2d5-23c2d71b6e87) config used is as below [FILTER1] LogAppName=LCM ContextName=.* LogLevel=DLT_LOG_INFO File=LCMG FileSize=10000 NOFiles=10 SyncBehavior=ON_MSG

I am experiencing issues with the dlt-daemon.service on my system. The daemon fails to start correctly, and I receive several errors in the logs. Despite multiple attempts to troubleshoot, the...