This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NDK - inconsistent definition of debug level between XCONF and osif.h

Hello,

it seems that the definition for the NDK debug levels is different between XCONF (enum DebugLevel in packages\ti\ndk\config\Global.xdc) and osif.h. The XCONF enum starts with DBG_INFO=0 and the definition in osif.h starts with DBG_INFO=1. Therefore, setting the debug / abort level using XCONF doesn't work correctly (e.g. NdkGlobal.debugPrintLevel=NdkGlobal.DBG_ERROR).

Is this a bug?

Thanks,
Ralf