「dev_opt_2.15.0」
1、修复乘客屏pnc信息被直播遮挡问题
This commit is contained in:
@@ -110,26 +110,27 @@ class DriverMonitorView :
|
||||
|
||||
fun showLive() {
|
||||
if (!isLived) {
|
||||
// sopShowDriverMap[CallerTelematicManager.getServerToken()]?.let {
|
||||
// Logger.d(
|
||||
// "${SceneConstant.M_HMI}$TAG",
|
||||
// "检查司机直播……isLived=$isLived 当前车上的司机端SN=${sopShowDriverMap[CallerTelematicManager.getServerToken()]}"
|
||||
// )
|
||||
// CallerLogger.d(
|
||||
// "${SceneConstant.M_HMI}$TAG",
|
||||
// "检查司机直播……isLived=$isLived 当前车上的司机端SN=${sopShowDriverMap[CallerTelematicManager.getServerToken()]}"
|
||||
// )
|
||||
// MoGoAiCloudTrafficLive.viewDesignativeVehicleLive(
|
||||
// it,
|
||||
// textureViewDriverMonitor,
|
||||
// carLiveCallBack
|
||||
// )
|
||||
// }
|
||||
MoGoAiCloudTrafficLive.viewDesignativeVehicleLive(
|
||||
"F803EB2046PZD00164",
|
||||
textureViewDriverMonitor,
|
||||
carLiveCallBack
|
||||
)
|
||||
sopShowDriverMap[CallerTelematicManager.getServerToken()]?.let {
|
||||
Logger.d(
|
||||
"${SceneConstant.M_HMI}$TAG",
|
||||
"检查司机直播……isLived=$isLived 当前车上的司机端SN=${sopShowDriverMap[CallerTelematicManager.getServerToken()]}"
|
||||
)
|
||||
CallerLogger.d(
|
||||
"${SceneConstant.M_HMI}$TAG",
|
||||
"检查司机直播……isLived=$isLived 当前车上的司机端SN=${sopShowDriverMap[CallerTelematicManager.getServerToken()]}"
|
||||
)
|
||||
MoGoAiCloudTrafficLive.viewDesignativeVehicleLive(
|
||||
it,
|
||||
textureViewDriverMonitor,
|
||||
carLiveCallBack
|
||||
)
|
||||
}
|
||||
// TODO 测试用的
|
||||
// MoGoAiCloudTrafficLive.viewDesignativeVehicleLive(
|
||||
// "F803EB2046PZD00164",
|
||||
// textureViewDriverMonitor,
|
||||
// carLiveCallBack
|
||||
// )
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user