@@ -17,7 +17,7 @@ instructions for capturing and understanding crash data.
1717
1818ESPHome automatically captures crash backtraces and stores them across software resets (warm reboots) on
1919** ESP32** , ** ESP8266** , and ** RP2040** . After a crash, the backtrace is logged at boot and
20- when ` esphome logs ` connects via the API. The ESPHome CLI and ESPHome Builder automatically decode the addresses
20+ when ` esphome logs ` connects via the API. The ESPHome CLI and ESPHome Device Builder automatically decode the addresses
2121using the debug symbols from your last local compile.
2222
2323> [ !NOTE]
@@ -26,8 +26,8 @@ using the debug symbols from your last local compile.
2626
2727> [ !WARNING]
2828> To get decoded stack traces, you must view the logs using the ** ESPHome CLI** (` esphome logs ` ) or the
29- > ** ESPHome Builder** . Viewing logs through other tools (such as a generic serial monitor or the Home Assistant
30- > log viewer) will show raw addresses without decoding them. The ESPHome CLI and ESPHome Builder use the debug
29+ > ** ESPHome Device Builder** . Viewing logs through other tools (such as a generic serial monitor or the Home Assistant
30+ > log viewer) will show raw addresses without decoding them. The ESPHome CLI and ESPHome Device Builder use the debug
3131> symbols from your last local compile to decode the crash addresses into function names, file paths, and line
3232> numbers.
3333
@@ -40,7 +40,7 @@ To see the decoded crash data:
4040 esphome upload your-device.yaml
4141 ```
4242
43- 1 . ** View logs using the ESPHome CLI or ESPHome Builder** after the crash (no USB needed):
43+ 1 . ** View logs using the ESPHome CLI or ESPHome Device Builder** after the crash (no USB needed):
4444
4545 ``` shell
4646 esphome logs your-device.yaml
@@ -157,7 +157,7 @@ crash output via serial console. This requires:
157157If you already have a stack trace but need to decode it, you can use the
158158[ ESP Stack Trace Decoder] ( https://esphome.github.io/esp-stacktrace-decoder/ ) web tool:
159159
160- 1 . ** Download the .elf file** : From ESPHome Builder, click the overflow menu (three dots) on your device card
160+ 1 . ** Download the .elf file** : From ESPHome Device Builder, click the overflow menu (three dots) on your device card
161161 and select "Download .elf file"
162162
163163 > [ !NOTE]
0 commit comments