logging: Increase the stack size when coverage is enabled.

This prevents the stack overflow which is caused by gcov.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
Adithya Baglody 2018-10-11 13:32:39 +05:30 committed by Anas Nashif
commit e908ea9aa5

View file

@ -253,6 +253,7 @@ config LOG_PROCESS_THREAD_SLEEP_MS
config LOG_PROCESS_THREAD_STACK_SIZE
int "Stack size for the internal log processing thread"
default 2048 if COVERAGE_GCOV
default 768
help
Set the internal stack size for log processing thread.