It would be nice to have logparser understand micro traces. These logs contain information about samples sent and received, entities states and much more. This information is similar to the highest verbosity from Connext.
Traces can only be enabled in micro when a debug library is used, or if micro libraries are recompiled macro OSAPI_ENABLE_TRACE can be added to the makefile.
To enable traces in micro you only need to call OSAPI_Trace_set_trace_mask(0xffffffff);
It would be nice to have logparser understand micro traces. These logs contain information about samples sent and received, entities states and much more. This information is similar to the highest verbosity from Connext.
Traces can only be enabled in micro when a debug library is used, or if micro libraries are recompiled macro OSAPI_ENABLE_TRACE can be added to the makefile.
To enable traces in micro you only need to call
OSAPI_Trace_set_trace_mask(0xffffffff);