mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
only run logcatd while onroad
old-commit-hash: 94b2818b22a13457d59e7c463516e006c5995576
This commit is contained in:
@@ -211,7 +211,6 @@ persistent_processes = [
|
||||
if not PC:
|
||||
persistent_processes += [
|
||||
'updated',
|
||||
'logcatd',
|
||||
'tombstoned',
|
||||
]
|
||||
|
||||
@@ -232,6 +231,7 @@ car_started_processes = [
|
||||
'proclogd',
|
||||
'locationd',
|
||||
'clocksd',
|
||||
'logcatd',
|
||||
]
|
||||
|
||||
driver_view_processes = [
|
||||
|
||||
Reference in New Issue
Block a user