main
jebba 2022-02-04 20:31:44 -07:00
parent 499bee642b
commit f9a4a8bf0d
1 changed files with 8 additions and 0 deletions

View File

@ -27,3 +27,11 @@ Perhaps a list starting here of proprietary parts:
* Also has GSM device, doing who-knows-what.
# Uploads
Track down where these are going, uploaded by `/data/openpilot/selfdrive/loggerd/uploader.py`:
```
{"msg": "upload ('2022-02-04--19-44-04--9/qlog.bz2', '/data/media/0/realdata/2022-02-04--19-44-04--9/qlog.bz2') over wifi", "ctx": {"dongle_id": "4bbff91fc2312f89", "version": "0.8.12-release", "dirty": false, "device": "tici"}, "level": "DEBUG", "levelnum": 10, "name": "swaglog", "filename": "uploader.py", "lineno": 264, "pathname": "/data/openpilot/selfdrive/loggerd/uploader.py", "module": "uploader", "funcName": "main", "host": "tici", "process": 46141, "thread": 547871622992, "threadName": "MainThread", "created": 1644029647.7889073}
```