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


   ## Summary
   Added the ability to separate log sessions in files.
   
   This can be useful to easily distinguish between log entries that belong to 
different log sessions (e.g. system reboot), and to  indicate that between the 
separated lines there may be more logs that were lost.
   
   Note that the separator is hard-coded (currently set to two newlines).  
   Unfortunately this is not possible to be configurable. Kconfig does not 
support escaped characters in strings, so chars like `\n` are not possible to 
be set. Since a separator is expected to contain at least one `\n`, Kconfig is 
unsuitable.
   
   If anyone has any idea on how this can be configurable, please let me know.
   
   ## Impact
   None on existing configurations.
   
   ## Testing
   Tested on file logged in SD card.
   


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