messages dropped

I am running a nRF9160DK board with the tagoio_http_post application. It is running fine and sending data to TagoIO server. I am getting "Messages dropped" indications as shown below. I am printing some startup text such as version, build date, etc. these are not shown in the startup. I have also seen this at other times. why am I dropping messages and what can I do to fix it? I appreciate any help you can give. I am missing some important startup and debugging information.

*** Booting nRF Connect SDK v2.5.0 ***
I: Starting bootloader
I: Primary image: magic=bad, swap_type=0x4, copy_done=0x2, image_ok=0x2
I: Secondary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
I: Boot source: none
I: Image index: 0, Swap type: none
I: Bootloader chainload address offset: 0x10000
*** Booting nRF Connect SDK v2.5.0 ***
[00:00:00.251,647] <inf> net_config: Initializing network
nRF Modem Library initialized successfully
+CEREG: 2,"9E03","026B8102",7
+CSCON: 1
+CGEV: ME PDN ACT 0
+CEREG: 1,"9E03","026B8102",7,,,"00001010","11000010"
nRF Modem connected successfully
+CGEV: IPV6 0
*** ADC Init ***
ADC device is ready
--- 11 messages dropped ---
adc setup: 2nd channel passed
adc setup: 4th channel passed
*** SPI Init ***

Related