You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/04/14 16:29:47 UTC

[GitHub] [mynewt-core] benmccrea opened a new pull request #1768: Fix wrong type in log reader's uint32_t decoder

benmccrea opened a new pull request #1768: Fix wrong type in log reader's uint32_t decoder
URL: https://github.com/apache/mynewt-core/pull/1768
 
 
   I noticed timestamps in the `log` CLI output were all the same, with only the upper 8 bits of the value set. The actual log entry data is correct and the issue is with the log reader's cbor decoder for uint32_t types, where a uint8_t was used by mistake. Logs are decoding correctly now with this fix.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services