LogReader: support reading zst logs from Azure (#32745)

* staging api

* other stuff

* ugh this should really not be duplicated, we already check the max segnum in Route class

* better error message!!

* more better

* clean up

* clean up

* breaks again
old-commit-hash: a0bbc005b62f1e6183ce4fd167e78b4fedb06df0
This commit is contained in:
Shane Smiskol
2024-06-13 22:43:24 -07:00
committed by GitHub
parent ed80e9357a
commit cd8d440c86
+1 -1
View File
@@ -9,7 +9,7 @@ from openpilot.tools.lib.auth_config import get_token
from openpilot.tools.lib.api import CommaApi
from openpilot.tools.lib.helpers import RE
QLOG_FILENAMES = ['qlog', 'qlog.bz2']
QLOG_FILENAMES = ['qlog', 'qlog.bz2', 'qlog.zst']
QCAMERA_FILENAMES = ['qcamera.ts']
LOG_FILENAMES = ['rlog', 'rlog.bz2', 'raw_log.bz2']
CAMERA_FILENAMES = ['fcamera.hevc', 'video.hevc']