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 2018/11/06 02:40:33 UTC

[GitHub] ccollins476ad opened a new pull request #1506: sys/fault: Global fault management

ccollins476ad opened a new pull request #1506: sys/fault: Global fault management
URL: https://github.com/apache/mynewt-core/pull/1506
 
 
   This package is intended to handle unexpected runtime failures (e.g., hardware failures, heap allocation failures, etc).  An application might handle such failures with any of the following actions:
   
   * Log the failure
   * Retry the failed operation
   * Attempt to recover with a system reboot
   * Disable the failing module entirely
   
   Which action(s) the application takes might depend on how much, and how chronically, the operation has failed.
   
   For a more complete description of this package, please see the comments at the top of `sys/fault/include/fault.h`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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