|
|
@ -213,6 +213,10 @@ if not PC: |
|
|
|
'updated', |
|
|
|
'updated', |
|
|
|
'logcatd', |
|
|
|
'logcatd', |
|
|
|
'tombstoned', |
|
|
|
'tombstoned', |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if EON: |
|
|
|
|
|
|
|
persistent_processes += [ |
|
|
|
'sensord', |
|
|
|
'sensord', |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
@ -248,7 +252,10 @@ if EON: |
|
|
|
'gpsd', |
|
|
|
'gpsd', |
|
|
|
'rtshield', |
|
|
|
'rtshield', |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
else: |
|
|
|
|
|
|
|
car_started_processes += [ |
|
|
|
|
|
|
|
'sensord', |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
def register_managed_process(name, desc, car_started=False): |
|
|
|
def register_managed_process(name, desc, car_started=False): |
|
|
|
global managed_processes, car_started_processes, persistent_processes |
|
|
|
global managed_processes, car_started_processes, persistent_processes |
|
|
|