mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-22 06:22:06 +08:00
優化appd
This commit is contained in:
Executable → Regular
+4
@@ -549,6 +549,10 @@ def main():
|
||||
del managed_processes['plannerd']
|
||||
del managed_processes['radard']
|
||||
|
||||
# we don't need appd if none of the 3rd party apps is enabled
|
||||
if not params.get("DragonEnableTomTom") == "1" and not params.get("DragonEnableAutonavi") == "1" and not params.get("DragonEnableMixplorer") == "1":
|
||||
del managed_processes['appd']
|
||||
|
||||
# support additional internal only extensions
|
||||
try:
|
||||
import selfdrive.manager_extensions
|
||||
|
||||
Reference in New Issue
Block a user