Skip to content

Commit d45ab3a

Browse files
committed
offline crash reporting works
offline crash reporting works
1 parent 315c092 commit d45ab3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Want to request a feature or create a bug report? [Open an issue here!](https://
2121
* [**Customize this fork**](#Customize-this-fork-opEdit) - easily edit fork parameters with support for live tuning
2222
* [**Automatic updates**](#Automatic-updates)
2323
* [**ZSS Support**](#ZSS-support) - takes advantage of your high-precision Zorrobyte Steering Sensor
24-
* [**~~Offline crash logging~~ (removed temporarily)**](#Offline-crash-logging) - check out `/data/community/crashes`
24+
* [**Offline crash logging**](#Offline-crash-logging) - check out `/data/community/crashes`
2525

2626
### Visual Changes (LINKS WIP)
2727
* [**Colored lane lines**]() - based on distance from car
@@ -161,7 +161,7 @@ If you have a Prius with a ZSS ([Zorrobyte](https://github.com/zorrobyte) Steer
161161
If you have a ZSS but not a Prius, let me know and I can add support for your car.
162162

163163
---
164-
### Offline crash logging(removed temporarily)
164+
### Offline crash logging
165165
If you experience a crash or exception while driving with this fork, and you're not on internet for the error to be uploaded to Sentry, you should be able to check out the directory `/data/community/crashes` to see any and all logs of exceptions caught in openpilot. Simply view the logs with `ls -lah` and then `cat` the file you wish to view by date. This does not catch all errors, for example scons compilation errors or some Python syntax errors will not be caught, `tmux a` is usually best to view these (if openpilot didn't start).
166166

167167
***Quickly view the latest crash:*** `cat /data/community/crashes/latest.log`

0 commit comments

Comments
 (0)