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

Arguments to NRF_LOG_DEBUG() sometimes missing in RTT output, SDK 15.3.0.

I recently migrated from SDK 14.2.0 to SDK 15.3.0 and just noticed that some but not all of my logging is broken. A logging macro call such as this:

NRF_LOG_DEBUG("Output power: %s dBm", (int)m_modem.response);
will log only:
D modem Output power:  dBm

when I expect to see:

D modem Output power: 14 dBm

Is this a known issue? Is there a workaround?

Parents Reply Children
No Data
Related