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

Cannot Disable MEM_MNGR debug trace SDK 13.0

I have the Memory Manager module enabled in my custom sdk_config. Within the module, I have both of the following defined.

MEM_MANAGER_ENABLE_LOGS 0

ENABLE_DEBUG_LOG_SUPPORT 0

However, when the app runs, I get an unending stream of "Debug" level logs originating from MEM_MNGR.

Is this something anyone else has encountered? Is this a bug in the DK?

Much appreciated!

Parents
  • I set the defines in my project's sdk_config.h, not inside the module. I can try setting them in the nrf log module, but I would like to avoid making changes within the sdk files.

    Also, thanks for the quick response. I hope to hear about what you find out internally!

Reply
  • I set the defines in my project's sdk_config.h, not inside the module. I can try setting them in the nrf log module, but I would like to avoid making changes within the sdk files.

    Also, thanks for the quick response. I hope to hear about what you find out internally!

Children
No Data