|
|
|
@ -9,7 +9,6 @@ from cereal import log |
|
|
|
|
import cereal.messaging as messaging |
|
|
|
|
import openpilot.system.sentry as sentry |
|
|
|
|
from openpilot.common.params import Params, ParamKeyType |
|
|
|
|
from openpilot.common.text_window import TextWindow |
|
|
|
|
from openpilot.system.hardware import HARDWARE |
|
|
|
|
from openpilot.system.manager.helpers import unblock_stdout, write_onroad_params, save_bootlog |
|
|
|
|
from openpilot.system.manager.process import ensure_running |
|
|
|
@ -18,6 +17,7 @@ from openpilot.system.athena.registration import register, UNREGISTERED_DONGLE_I |
|
|
|
|
from openpilot.common.swaglog import cloudlog, add_file_handler |
|
|
|
|
from openpilot.system.version import get_build_metadata, terms_version, training_version |
|
|
|
|
from openpilot.system.hardware.hw import Paths |
|
|
|
|
from openpilot.system.ui.text import TextWindow |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def manager_init() -> None: |
|
|
|
|