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
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: