[BadCase]更新Adas版本号

This commit is contained in:
renwj
2022-01-20 19:24:11 +08:00
parent 088b293f23
commit 4d4a200e38
6 changed files with 42 additions and 44 deletions

View File

@@ -110,7 +110,7 @@ class MoGoAutopilotProvider :
AdasManager.getInstance().rebootIPC()
}
override fun recordCause(key: String?, name: String?, reason: String?) {
AdasManager.getInstance().recordCause(key, name, reason)
override fun recordCause(key: String?, name: String?, id: String?, reason: String?) {
AdasManager.getInstance().recordCause(key, name, id, reason)
}
}