mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 02:22:09 +08:00
Do not disable loggerd when below 5% space (#23440)
old-commit-hash: 9e1428fd846b71394eefb5dcef8e8fc746437739
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