Skip to content

Commit

Permalink
Do not disable loggerd when below 5% space (commaai#23440)
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm authored Jan 13, 2022
1 parent c214aee commit 9e1428f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions selfdrive/manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9e1428f

Please sign in to comment.