mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 09:48:31 +08:00
5f7c98b6e1
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 <xiaoxiang@xiaomi.com>