[Update]调试面板增加多屏的发送或接收数据的时间戳显示

This commit is contained in:
chenfufeng
2022-05-19 15:04:51 +08:00
parent d7b4689ff0
commit 9fdafbc904
7 changed files with 245 additions and 133 deletions

View File

@@ -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 -> ""
}
}连接"