Skip to content

Commit 4d57367

Browse files
committed
debug: enable mtrace autostart in debug overlay
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 <tomasz.m.leman@intel.com>
1 parent 297bd50 commit 4d57367

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/debug_overlay.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ CONFIG_DAI_VERBOSE_GLITCH_WARNINGS=y
1515
# CONFIG_SYS_HEAP_VALIDATE=y
1616
# CONFIG_SPIN_VALIDATE=y
1717
# CONFIG_SPIN_LOCK_TIME_LIMIT=50000
18+
CONFIG_LOG_BACKEND_ADSP_MTRACE_AUTOSTART=y

0 commit comments

Comments
 (0)