You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "bestvvstar (via GitHub)" <gi...@apache.org> on 2023/02/22 06:37:17 UTC

[GitHub] [nuttx] bestvvstar opened a new pull request, #8615: Kconfig: add depends on !SYSLOG_TIMESTAMP to DEBUG_SCHED

bestvvstar opened a new pull request, #8615:
URL: https://github.com/apache/nuttx/pull/8615

   ## Summary
   when using the clock_gettime() function to print the timestamp, the sinfo() function is called, as same as syslog(). But syslog() itself has the ability to print a  timestamp, and called clock_gettime(). Thus, the clock_gettime() and syslog() have a recursive call problem. In order to solve this problem, it is necessary to ensure that SYSLOG_TIMESTAMP is close when DEBUG_SCHED is open.
   
   ## Impact
   
   ## Testing
   
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8615: Kconfig: add depends on !SYSLOG_TIMESTAMP to DEBUG_SCHED

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #8615:
URL: https://github.com/apache/nuttx/pull/8615


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org