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


   ## Summary
   The patch is related to: commit 5f7c98b6e1b6da9f4765572a63ac678d407c8095
   
   Author: Xiang Xiao <[email protected]>
   Date:   Mon May 17 22:38:22 2021 +0800
   
       drivers/syslog: Remove emergstream implementation and caller
   
       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
   
       Signed-off-by: Xiang Xiao <[email protected]>
   
   Signed-off-by: Jiuzhu Dong <[email protected]>
   ## Impact
   normal using for _alert and syslog(LOG_EMERY, ...)
   ## Testing
   local test.
   


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