Skip to content

Commit 3ba40a4

Browse files
sigvartmhrlubos
authored andcommitted
samples: nrf9160: AWS FOTA mitigate log_strdup alloc failed errors
Allocate bigger buffer for `log_strdup`, increase log process stack size and the amount of available log buffers. Fix: NCSDK-3533 Signed-off-by: Sigvart Hovland <[email protected]>
1 parent 94e53c6 commit 3ba40a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/nrf9160/aws_fota/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ CONFIG_FLASH=y
5151

5252
# Enable Log
5353
CONFIG_LOG=y
54+
CONFIG_LOG_STRDUP_MAX_STRING=164
55+
CONFIG_LOG_STRDUP_BUF_COUNT=10

0 commit comments

Comments
 (0)