You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @jwinarske
TMHO, I think it is because DLT following Autosar specs, or at least that's what I believe. The point is libdlt has it own buffer, and when no daemon available, any applications trying to log will be registered successfully and start logging to libdlt buffer. This makes sure when daemon done 2 phases of setting up, all registered apps in list can be forwarded immediately, and also logs in libdlt will be fetched to daemon. Thus, this is useful and can say, be a must-have feature in logging, esp. when daemon not yet start in bootup phase but all other apps/services start logging.
In conclusion, I believe this is the app registration mechanism from DLT Daemon.
Regards
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When calling
dlt_register_app
it returnsOk
and prints out~FIFO /tmp/dlt cannot be opened. Retrying later...
Why is this not returned as a unique response value from
dlt_register_app
?Reasoning I think it should:
Beta Was this translation helpful? Give feedback.
All reactions