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