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!

Related