Hello,
Can someone point me to a document that can explain the following function and its usage?
IOT_DEBUG(), IOT_INFO(), APP_DEBUG()
Thanks!
Hello,
Can someone point me to a document that can explain the following function and its usage?
IOT_DEBUG(), IOT_INFO(), APP_DEBUG()
Thanks!
IOT_DEBUG(), IOT_INFO() is used to print your app log to qualcomm QXDM tools
if you have QXDM licenses , you can use it ,
if not , pls use APP_DEBUG() , it will be printed to debug UART. thanks