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