W-Mai opened a new pull request, #10733:
URL: https://github.com/apache/nuttx/pull/10733

   ## Summary
   
   support to extract log and list all possible dumps from a full log file
   
   now user can parse a full log but not only the specific part of the full log.
   
   if user pass a full log contains multi crash logs, they will get a `tui` 
like this:
   
   ```bash
   0: [12/31 00:01:36] [50] [xp] up_dump_register: R0: 3c23a4e0 R1: 000
   1: [12/31 00:01:36] [50] [xp] up_dump_register: R0: 000000e0 R1: 000
   Dump number[0]:
   ```
   
   input the index for what to parse and debug.
   
   if there is only one available crash log in the full log, it will start the 
process straightly.
   
   ## Impact
   
   ## Testing
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to