User's Manual
Table Of Contents
Proprietary & Confidential Information
iotTech Corporation, Taiwan
Doc. NO:
ITM-FCC3F1 Datasheet
In order to avoid excessive log output information that is not constructive for APP debugging, SDK
only keeps the user log message output, and closes the internal log information output inside the
firmware. If users need to manage log output mechanism, there are three methods:
(1) APS serial-port tracer command
After command is input, APS serial-port lists out all of missions that are currently carried out.
Figure 11:TRACER Command
The user-created tasks are listed in the Start of App Tasks project, and with the example of
user_app_demo task, it is created by users in the main procedure with index of 32, while 0x07 denotes
that printing all the logs of the task, so if users need to close the log output of the task. , command of
“Tracer level 32 0x00” can be input in APS serial-port, which can also be applied in the log