androidd: track system_server too

old-commit-hash: a4f4d4c2cdd580917a0da5ce627e0a26feb56519
This commit is contained in:
Adeeb Shihadeh
2022-01-20 14:37:15 -08:00
parent 490f9efc7d
commit 686a34fd32

View File

@@ -10,7 +10,7 @@ from selfdrive.swaglog import cloudlog
MAX_MODEM_CRASHES = 3
MODEM_PATH = "/sys/devices/soc/2080000.qcom,mss/subsys5"
WATCHED_PROCS = ["zygote", "zygote64", "/system/bin/servicemanager", "/system/bin/surfaceflinger"]
WATCHED_PROCS = ["zygote", "zygote64", "system_server", "/system/bin/servicemanager", "/system/bin/surfaceflinger"]
def get_modem_crash_count() -> Optional[int]: