[Update]调试面板增加多屏的发送或接收数据的时间戳显示
This commit is contained in:
@@ -1333,7 +1333,7 @@ class DebugSettingView @JvmOverloads constructor(
|
||||
AppIdentityModeUtils.isPassenger(FunctionBuildConfig.appIdentityMode) -> {
|
||||
AppConfigInfo.isDriver = false
|
||||
AppConfigInfo.isConnectedNetty = CallerTelematicManager.getClientConnStatus()
|
||||
AppConfigInfo.serverIp = CallerTelematicManager.getServerIp()
|
||||
AppConfigInfo.serverSn = CallerTelematicManager.getServerToken()
|
||||
}
|
||||
else -> {
|
||||
}
|
||||
@@ -1465,7 +1465,7 @@ class DebugSettingView @JvmOverloads constructor(
|
||||
else -> {
|
||||
"乘客端${
|
||||
when {
|
||||
AppConfigInfo.serverIp.isNotEmpty() -> "(目标ip为:${AppConfigInfo.serverIp})"
|
||||
AppConfigInfo.serverSn.isNotEmpty() -> "(司机屏SN是:${AppConfigInfo.serverSn})"
|
||||
else -> ""
|
||||
}
|
||||
}连接"
|
||||
|
||||
Reference in New Issue
Block a user