vrahane opened a new pull request, #205:
URL: https://github.com/apache/mynewt-newtmgr/pull/205

   Related mcumgr PR: https://github.com/apache/mynewt-mcumgr/pull/172
   Related mynewt-core PR: https://github.com/apache/mynewt-core/pull/3168
   
   Example:
   Successful/Valid case:
   ```
   $newtmgr --connstring peer_name="my_dev" --conntype oic_ble log num_entries 
reboot_log 0
   Number of entries: 43
   ```
   Error case:
   ```
   <Invalid log>
   $newtmgr --connstring peer_name="my_dev" --conntype oic_ble log num_entries 
reboot 0
   error: 5
   
   <Invalid index>
   $newtmgr --connstring peer_name="my_dev" --conntype oic_ble log num_entries 
reboot 4000
   error: 5
   ```


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