anchao commented on code in PR #11542:
URL: https://github.com/apache/nuttx/pull/11542#discussion_r1451889515
##########
sched/task/task_activate.c:
##########
@@ -94,4 +94,11 @@ void nxtask_activate(FAR struct tcb_s *tcb)
}
leave_critical_section(flags);
+
Review Comment:
since some backend channels of syslog() is implemented in blocking model,
print log may cause context switching here, so we need to be more cautious when
adding logs in active flow.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]