You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/platform/Error.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,7 @@ The Mbed OS crash reporting implementation provides many options to configure th
165
165
166
166
-`crash-capture-enabled` - Enables crash context capture when the system enters a fatal error or crash. When this is disabled, it also disables other dependent options mentioned below.
167
167
-`fatal-error-auto-reboot-enabled` - Setting this to true enables autoreboot on fatal errors.
168
-
-`reboot-crash-report-enabled` - Enables crash report printing through the terminal when the system reboots after a fatal error. The format of this report is identical to error reporting structure mentioned in the [error report](#error-reporting).
169
-
-`error-reboot-max` - Maximum number of autoreboots permitted on fatal errors. The system stop autorebooting once it reaches the maximum limit. Setting this value to 0 disable autoreboot.
168
+
-`error-reboot-max` - Maximum number of auto-reboots(warm-resets) permitted on fatal errors. The system stop auto-rebooting once it reaches the maximum limit. Setting this value to 0 disable auto-reboot.
170
169
171
170
Crash reporting feature also provides APIs to read and clear error context information captured in Crash-data-RAM region. Please see the API reference below for [crash reporting related APIs](#crash-reporting-api).
172
171
@@ -403,7 +402,7 @@ int main()
403
402
404
403
#### Using `mbed_reset_reboot_error_info()` to clear the reboot error info
405
404
406
-
You can use `mbed_reset_reboot_error_info()`tto clear the reboot error information:
405
+
You can use `mbed_reset_reboot_error_info()`to clear the reboot error information:
0 commit comments