This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Lost LOGs - increase LOG backend queue size.

Hello, how can I increase LOG backend queue size? I was comparing some sdk_config settings with some examples, but did not find difference and the example does not fire this message. I am not logging much more info than the example.

Thank you.

Parents Reply
  • I have tested several combinations and have found out following: the problematic code is probably the NRF_LOG_HEXDUMP_INFO.

    When using this NRF_LOG_HEXDUMP_INFO, I can not increase the queue size and I get the "lost logs" error. If I increase the queue size, the program fails somewhere (I can't see the leds blinking which indicates normal operation).

    When I commented ou the NRF_LOG_HEXDUMP_INFO, I could increase the queue size without having the program crash and I do not have the "lost logs" error.

    I did not need  

    Any idea why? Could this some bug in the NRF_LOG_HEXDUMP_INFO?

Children
No Data
Related