dlt-daemon
dlt-daemon copied to clipboard
Diagnostic Log and Trace.
If the file size is divisible by the package size don't send one empty FLDA. Also we send the correct number of FLDAs too. The program was tested solely for...
i am using dlt-control to change some app log level i have a app registed as "P1" with 1 context and a app registered as "S1" with 3 context i...
In dlt_user.c, function: dlt_user_log_out_error_handling, it will store log message in ring buffer if an error accured when failed to sending message to dlt daemon, and if the ring buffer is...
My question is When I use dlt receive command like below `dlt-receive -a -p -s -o ` Each time it creates a new file. Is there a way I can...
- Add param to the DLT daemon to set custom socket file - Add env var to the DLT library to set custom socket file
Enhance dlt logging such that multiple files are used as it is done for the offline traces. Add limit-specific config values for logging. For this purpose the pattern of index-based...
If dlt_free is called while dlt_init is running, the dlt-user library crashes because the init and free where not thread safe. This commit introduces a new field dlt_user_initialising which will...
- Add a new DLT-IPC "QNX_MESSAGE" based on the QNX messaging IPC in addition to the two existing DLT-IPC: FIFO and UNIX_SOCKET. The problem: Message passing is the primary form...
Is it possible to run this on a Mac? I'm getting this from make: ``` build git:(master) make [ 1%] Linking C shared library libdlt.dylib ld: library not found for...
Hi. tcpdump doesn't seem to catch anything. my command: ``` ./dlt-daemon ``` ``` ./dlt-example-user 11111 Send 0 11111 Log level changed of context TEST, LogLevel=4, TraceState=0 Log level changed of...