Merge remote-tracking branch 'origin/feature/feature_mogo_obu' into feature/feature_mogo_obu

This commit is contained in:
董宏宇
2021-08-20 18:46:06 +08:00

View File

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