loggerd: move to system/ (#27534)

old-commit-hash: 94eb2159802d3dba99620db0b08731c68a7e4733
This commit is contained in:
Adeeb Shihadeh
2023-03-08 11:20:49 -08:00
committed by GitHub
parent 47d30174d3
commit 3a968c67e1
46 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## LogReader
Route is a class for conveniently accessing all the [logs](/selfdrive/loggerd/) from your routes. The LogReader class reads the non-video logs, i.e. rlog.bz2 and qlog.bz2. There's also a matching FrameReader class for reading the videos.
Route is a class for conveniently accessing all the [logs](/system/loggerd/) from your routes. The LogReader class reads the non-video logs, i.e. rlog.bz2 and qlog.bz2. There's also a matching FrameReader class for reading the videos.
```python
from tools.lib.route import Route