From 2e5088c75ed2b2e3af595128734b1f0771868666 Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Mon, 3 Mar 2025 09:33:56 +0100 Subject: [PATCH] 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 --- app/debug_overlay.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/debug_overlay.conf b/app/debug_overlay.conf index 3827976086d8..23a7d2bcabb6 100644 --- a/app/debug_overlay.conf +++ b/app/debug_overlay.conf @@ -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 \ No newline at end of file