mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-26 00:12:05 +08:00
run deleter when offroad
This commit is contained in:
@@ -224,6 +224,7 @@ if ANDROID:
|
||||
'logcatd',
|
||||
'tombstoned',
|
||||
'updated',
|
||||
'deleter',
|
||||
]
|
||||
|
||||
car_started_processes = [
|
||||
@@ -252,7 +253,6 @@ if ANDROID:
|
||||
'clocksd',
|
||||
'gpsd',
|
||||
'dmonitoringmodeld',
|
||||
'deleter',
|
||||
]
|
||||
|
||||
def register_managed_process(name, desc, car_started=False):
|
||||
|
||||
Reference in New Issue
Block a user