xiaoxiang781216 opened a new pull request #3736:
URL: https://github.com/apache/incubator-nuttx/pull/3736


   ## Summary
   since emergstream always call syslog_force, but syslog_force is designed
   for the interrupt context, and then doesn't mean any emergency thing.
   On the other hand, emergstream has other bad side effect:
   1.Can't output to file or dev channel
   2.Can't work well with the interrupt buffer
   
   ## Impact
   
   1. Decouple LOG_EMERG from force_put
   2. LOG_EMERG can output to file or dev channel
   
   ## Testing
   Pass CI and ostest
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to