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

Debugging problem using NRF_LOG

Hi,

I'm using NRF_LOG for debugging. SDK version is 12.3.0.

I want print error code, File name, Line number.

Error code is printed fine but, file name and line number are not.

Printed like this:

image description

Code is like this :

image description

Am I wrong about using NRF_LOG?

Thanks for reading my question.

Related