debug: thread_analyzer: use printk by default
When enabling thread analyzer, use printk by default. Otherwise logging subsystem is enabled which might not be desired. Fixes #59919 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f6f3eed7a0
commit
b7ec7ec638
@ -26,6 +26,7 @@ source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
choice
|
||||
prompt "Thread analysis print mode"
|
||||
default THREAD_ANALYZER_USE_PRINTK
|
||||
|
||||
config THREAD_ANALYZER_USE_LOG
|
||||
bool "Use logger output"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user