Skip to content

Commit

Permalink
debug: enable mtrace autostart in debug overlay
Browse files Browse the repository at this point in the history
This patch updates the debug overlay configuration to enable the
`LOG_BACKEND_ADSP_MTRACE_AUTOSTART` option. By setting this option to
'y', the ADSP mtrace logging backend will automatically start in the
debug overlay, facilitating detailed logging for debugging purposes.
This change allows developers to capture comprehensive logs during
debugging sessions, aiding in the identification and resolution of
issues.

Signed-off-by: Tomasz Leman <[email protected]>
  • Loading branch information
tmleman committed Mar 3, 2025
1 parent 86e7314 commit 2e5088c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/debug_overlay.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ CONFIG_DAI_VERBOSE_GLITCH_WARNINGS=y
# CONFIG_SYS_HEAP_VALIDATE=y
# CONFIG_SPIN_VALIDATE=y
# CONFIG_SPIN_LOCK_TIME_LIMIT=50000
CONFIG_LOG_BACKEND_ADSP_MTRACE_AUTOSTART=y

0 comments on commit 2e5088c

Please sign in to comment.