patacongo commented on pull request #3736:
URL: https://github.com/apache/incubator-nuttx/pull/3736#issuecomment-843419691


   The are two assert implementations that do not call syslog_flush():
   
       $ find arch -name *assert*.c | wc -l
       21
       
       $ find .arch-name *assert*.c | xargs grep -l syslog_flush | wc -l
       19
   
   Those are:
   
   1. ./sim/src/sim/up_assert.c and
   2. ./x86_64/src/common/up_assert.c
   


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