[BadCase]代码提交

[BadCase]相关参数改成正式的

[BadCase]相关参数改成正式的
This commit is contained in:
renwenjie
2022-01-19 15:54:30 +08:00
parent 63b99ee896
commit 95f15785d2
29 changed files with 1304 additions and 107 deletions

View File

@@ -109,4 +109,8 @@ class MoGoAutopilotProvider :
override fun setIPCReboot() {
AdasManager.getInstance().rebootIPC()
}
override fun recordCause(key: String?, name: String?, reason: String?) {
AdasManager.getInstance().recordCause(key, name, reason)
}
}