From 000c5a95dd5750c3b719f175a3a44ce9eccc8dd0 Mon Sep 17 00:00:00 2001 From: Adrian Gielniewski Date: Tue, 21 Jan 2025 15:26:14 +0100 Subject: [PATCH] snippets: matter: Enable thread monitoring in matter-debug Enable thread monitoring. Signed-off-by: Adrian Gielniewski --- snippets/matter-debug/matter_debug.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/matter-debug/matter_debug.conf b/snippets/matter-debug/matter_debug.conf index d81dc1d6afd..749754e4994 100644 --- a/snippets/matter-debug/matter_debug.conf +++ b/snippets/matter-debug/matter_debug.conf @@ -26,3 +26,6 @@ CONFIG_CHIP_LOG_SIZE_OPTIMIZATION=n # Enable logging source code location on VerifyOrDie failure CONFIG_CHIP_LOG_VERIFY_OR_DIE=y + +# Enable thread monitoring +CONFIG_THREAD_MONITOR=y