Implement exception handler #19

Closed
opened 2018-02-12 15:25:59 +00:00 by PsychoMark · 4 comments
PsychoMark commented 2018-02-12 15:25:59 +00:00 (Migrated from git.x2software.net)

See: https://github.com/esp8266/Arduino/issues/1152

When an exception occurs, save the stack trace to SPIFFS. On reboot, after the WiFi has connected, check if a stack trace file is present or if there is a reset reason like the WDT, then send that info to a webservice and delete the file.

Be sure to make the webservice location configurable and empty by default.

See: https://github.com/esp8266/Arduino/issues/1152 When an exception occurs, save the stack trace to SPIFFS. On reboot, after the WiFi has connected, check if a stack trace file is present or if there is a reset reason like the WDT, then send that info to a webservice and delete the file. Be sure to make the webservice location configurable and empty by default.
PsychoMark commented 2018-02-12 15:26:17 +00:00 (Migrated from git.x2software.net)

changed the description

changed the description
PsychoMark commented 2018-02-12 21:23:44 +00:00 (Migrated from git.x2software.net)

mentioned in commit 1df8c7fc0d

mentioned in commit 1df8c7fc0dbbfdf721b87d5ee067446d92c8ce6d
PsychoMark commented 2018-02-13 20:53:21 +00:00 (Migrated from git.x2software.net)

mentioned in commit 7010e83554

mentioned in commit 7010e83554ca7e02d9e2e1a7f71ea00fffdec5bb
PsychoMark commented 2018-02-13 20:53:26 +00:00 (Migrated from git.x2software.net)

closed

closed
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Electronics/Stairs#19
No description provided.