This commit is contained in:
lixiaopeng
2021-08-20 17:49:15 +08:00
parent a7dfe69519
commit f1816375cd

View File

@@ -355,7 +355,7 @@ class MogoPrivateObuManager private constructor() {
val appId = info.threat_info.app_id
val level = info.threat_info.threat_level
val status = info.status
Logger.d(MogoObuConst.TAG_MOGO_OBU, "onCvxV2vThreatIndInfo getMessageDirection(direction) = ${getMessageDirection(direction)}")
handleSdkObu(appId, getMessageDirection(direction), status, level, info)
}
}