Feoggou commented on issue #16551:
URL: https://github.com/apache/nuttx/issues/16551#issuecomment-2991992751

   Well, the application is doing a lot of logging, and the logs are being 
saved to sd card. If a crash happens in my application, then I need to know the 
last operations that got executed -- that's why I don't use buffering and write 
the log message immediately onto the sd card. So if there's an issue with the 
sd card becoming too overwhelmed with requests, I would want it to fail in a 
decent fashion -- such as, my write/fsync/close operation to return with error 
and set an errno code, rather than my entire application along with nuttx to 
crash.


-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to