Implement exception handler #19

Closed
opened 2018-02-12 16:25:59 +01:00 by PsychoMark · 4 comments
PsychoMark commented 2018-02-12 16:25:59 +01: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 16:26:17 +01:00 (Migrated from git.x2software.net)

changed the description

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

mentioned in commit 1df8c7fc0dbbfdf721b87d5ee067446d92c8ce6d

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

mentioned in commit 7010e83554ca7e02d9e2e1a7f71ea00fffdec5bb

mentioned in commit 7010e83554ca7e02d9e2e1a7f71ea00fffdec5bb
PsychoMark commented 2018-02-13 21:53:26 +01: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.