mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-31 14:52:10 +08:00
Do not disable loggerd when below 5% space (#23440)
old-commit-hash: 9e1428fd84
This commit is contained in:
@@ -141,9 +141,6 @@ def manager_thread() -> None:
|
||||
sm.update()
|
||||
not_run = ignore[:]
|
||||
|
||||
if sm['deviceState'].freeSpacePercent < 5:
|
||||
not_run.append("loggerd")
|
||||
|
||||
started = sm['deviceState'].started
|
||||
driverview = params.get_bool("IsDriverViewEnabled")
|
||||
ensure_running(managed_processes.values(), started, driverview, not_run)
|
||||
|
||||
Reference in New Issue
Block a user