vrahane opened a new pull request, #3390:
URL: https://github.com/apache/mynewt-core/pull/3390
- Log should only be added to the list after global index and local indexes
are set
The reason is log entries can start appending once the log gets added to
the list.
We want to restrict adding a log unless the global index/log index gets
updated
appropriately.
- Also adding registration error stat to detect any registration failures
since error
condition goes undetected, especially the index update case.
Note: The case where `log_registered()` callback fails, log gets removed
from the list,
so a stat increment is of no use
--
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]