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:
parent
25572f3b85
commit
e908ea9aa5
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ config LOG_PROCESS_THREAD_SLEEP_MS
|
||||||
|
|
||||||
config LOG_PROCESS_THREAD_STACK_SIZE
|
config LOG_PROCESS_THREAD_STACK_SIZE
|
||||||
int "Stack size for the internal log processing thread"
|
int "Stack size for the internal log processing thread"
|
||||||
|
default 2048 if COVERAGE_GCOV
|
||||||
default 768
|
default 768
|
||||||
help
|
help
|
||||||
Set the internal stack size for log processing thread.
|
Set the internal stack size for log processing thread.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue