mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-20 00:32:11 +08:00
fix tombstoned path length
old-commit-hash: 0897642a513924d0f5c7bdd406228108f439b656
This commit is contained in:
@@ -17,10 +17,10 @@ from selfdrive.loggerd.config import ROOT
|
||||
from selfdrive.swaglog import cloudlog
|
||||
from selfdrive.version import branch, commit, dirty, origin, version
|
||||
|
||||
MAX_SIZE = 100000 * 10 # Normal size is 40-100k, allow up to 1M
|
||||
MAX_SIZE = 100000 * 10 # mal size is 40-100k, allow up to 1M
|
||||
if TICI:
|
||||
MAX_SIZE = MAX_SIZE * 100 # Allow larger size for tici since files contain coredump
|
||||
MAX_TOMBSTONE_FN_LEN = 85
|
||||
MAX_TOMBSTONE_FN_LEN = 62 # 85 - 23 ("<dongle id>/crash/")
|
||||
|
||||
TOMBSTONE_DIR = "/data/tombstones/"
|
||||
APPORT_DIR = "/var/crash/"
|
||||
|
||||
Reference in New Issue
Block a user