Skip to content

Conversation

@duartenfonseca
Copy link
Collaborator

Initially, support for tracing to DLT was added. Later, support for forwarding trace messages to logs on Android was added. This commit adds support for forwarding trace messages to logs on all platforms by introducing the build flag TRACE_TO_LOGS.

If either USE_DLT or TRACE_TO_LOGS is defined when building vsomeip, support for generating trace messages will be included in the library.

The Android.bp file has been updated to include TRACE_TO_LOGS instead of USE_DLT, which allows removal of a number of additional ifdef guards around DLT-specific code.

Initially, support for tracing to DLT was added. Later, support for
forwarding trace messages to logs on Android was added. This commit
adds support for forwarding trace messages to logs on all platforms by
introducing the build flag TRACE_TO_LOGS.

If either USE_DLT or TRACE_TO_LOGS is defined when building vsomeip,
support for generating trace messages will be included in the library.

The Android.bp file has been updated to include TRACE_TO_LOGS instead
of USE_DLT, which allows removal of a number of additional ifdef guards
around DLT-specific code.

Co-authored-by: Daniel Freiermuth <[email protected]>
@duartenfonseca duartenfonseca force-pushed the trace-to-logs-on-all-platforms_rebase branch from 6b96a16 to 6f6cc8f Compare August 13, 2025 09:59
@fcmonteiro fcmonteiro closed this Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants