mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
Revert "add locationd to manager"
This reverts commit 1da2a77948fe9bd5156cd7aeda945f4d60ea3cf9. old-commit-hash: 86674c9497144316b55f0d5c0cf674e32ab3dd82
This commit is contained in:
@@ -142,7 +142,6 @@ managed_processes = {
|
||||
"ubloxd": ("selfdrive/locationd", ["./ubloxd"]),
|
||||
"loggerd": ("selfdrive/loggerd", ["./loggerd"]),
|
||||
"logmessaged": "selfdrive.logmessaged",
|
||||
"locationd": "selfdrive.locationd.locationd",
|
||||
"tombstoned": "selfdrive.tombstoned",
|
||||
"logcatd": ("selfdrive/logcatd", ["./logcatd"]),
|
||||
"proclogd": ("selfdrive/proclogd", ["./proclogd"]),
|
||||
@@ -205,7 +204,6 @@ car_started_processes = [
|
||||
'modeld',
|
||||
'proclogd',
|
||||
'ubloxd',
|
||||
'locationd',
|
||||
]
|
||||
if ANDROID:
|
||||
car_started_processes += [
|
||||
|
||||
Reference in New Issue
Block a user