#define LOS_ERRNO_TSK_NAME_EMPTY   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x05)

Task error code: The task name is NULL.

Value: 0x02000205

Solution: Set the task name.

在文件los_task.h114行定义。