[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

@@ -75,8 +75,8 @@ object CallerAutoPilotManager {
return providerApi?.setAutoPilotSpeed(speed) ?: false
}
fun recordCause(key: String?, name: String?, reason: String?) {
providerApi?.recordCause(key, name, reason)
fun recordCause(key: String?, name: String?, id: String?, reason: String?) {
providerApi?.recordCause(key, name, id, reason)
}
fun setIPCShutDown() {