mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-13 00:42:07 +08:00
only run logcatd while onroad
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