Tools: allow uncompressed logs (#24471)

old-commit-hash: bf269bd883
taco
ntegan1 3 years ago committed by GitHub
parent d849330ca1
commit d4d72ab938
  1. 4
      tools/lib/route.py

@ -8,9 +8,9 @@ from tools.lib.auth_config import get_token
from tools.lib.api import CommaApi
from tools.lib.helpers import RE
QLOG_FILENAMES = ['qlog.bz2']
QLOG_FILENAMES = ['qlog', 'qlog.bz2']
QCAMERA_FILENAMES = ['qcamera.ts']
LOG_FILENAMES = ['rlog.bz2', 'raw_log.bz2']
LOG_FILENAMES = ['rlog', 'rlog.bz2', 'raw_log.bz2']
CAMERA_FILENAMES = ['fcamera.hevc', 'video.hevc']
DCAMERA_FILENAMES = ['dcamera.hevc']
ECAMERA_FILENAMES = ['ecamera.hevc']

Loading…
Cancel
Save