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
dlt-qnx-system: prevent message loss in high load situations
* Add wait method, which waits up to 5 seconds for buffer space
to become available.
This method tries to flush the buffer via tcp every 10ms.
An error will be logged when there was not enough space.
The error shows up in dlt to simplify debugging.
* improve cmake that more qnx compilers are detected
* log missing context mapping only once, this greatly reduces
noise and the load of the system, as previously the
message was logged with every log of an unmapped application
Signed-off-by: Alexander Mohr <[email protected]>
0 commit comments