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/09/21 23:30:01 UTC

[GitHub] ccollins476ad closed pull request #1418: kernel/os: Disable OS_CRASH_LOG by default

ccollins476ad closed pull request #1418: kernel/os: Disable OS_CRASH_LOG by default
URL: https://github.com/apache/mynewt-core/pull/1418
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/kernel/os/syscfg.yml b/kernel/os/syscfg.yml
index 12e9214f9b..12db408d5e 100644
--- a/kernel/os/syscfg.yml
+++ b/kernel/os/syscfg.yml
@@ -40,7 +40,7 @@ syscfg.defs:
     OS_CRASH_LOG:
         description: >
             Write an entry to the reboot log when the system crashes.
-        value: 1
+        value: 0
     OS_WATCHDOG_MONITOR:
         description: >
             'Attempt to capture state of stuck system before HW watchdog fires.'
@@ -139,9 +139,3 @@ syscfg.vals.OS_DEBUG_MODE:
     OS_CTX_SW_STACK_CHECK: 1
     OS_MEMPOOL_CHECK: 1
     OS_MEMPOOL_POISON: 1
-
-syscfg.vals.SELFTEST:
-    # OS_CRASH_LOG depends on some APIs that are almost never present in self
-    # tests (bootloader and newtmgr).  Explicitly disable this setting in self
-    # tests.
-    OS_CRASH_LOG: 0


 

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