add log
This commit is contained in:
@@ -40,7 +40,7 @@ MOGO_PASSPORT_VERSION=1.0.55
|
||||
# 常链接
|
||||
MOGO_SOCKET_VERSION=1.0.55
|
||||
# 数据采集
|
||||
MOGO_REALTIME_VERSION=1.0.55
|
||||
MOGO_REALTIME_VERSION=1.0.56
|
||||
# 探路,道路事件发布,获取
|
||||
MOGO_TANLU_VERSION=1.0.55
|
||||
# 直播推流
|
||||
|
||||
@@ -173,6 +173,7 @@ public class SocketHandler {
|
||||
webSocketData.setSn(MoGoAiCloudClient.getInstance().getAiCloudClientConfig().getSn());
|
||||
webSocketData.setData(GsonUtil.jsonFromObject(content));
|
||||
String msg = GsonUtil.jsonFromObject(webSocketData);
|
||||
Logger.d(TAG,"SocketHandler ready to sendMsg : " + msg);
|
||||
|
||||
boolean isAccuracyDevice = MoGoAiCloudClient.getInstance().getAiCloudClientConfig().getIsAccuracyDevice();
|
||||
int msgType = LOW_FREQUENCY_CHANNEL_ID;
|
||||
|
||||
Reference in New Issue
Block a user