关闭了Socket初始化,原因这里出现了ANR异常,需要等 艾兵兵排查问题
Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
@@ -72,8 +72,9 @@ public class MogoAiCloudSocketManager extends ConnectionLifecycleListener implem
|
||||
@Override
|
||||
public void init(Context context, String appId) {
|
||||
this.mAppId = appId;
|
||||
SocketManager.getInstance().init(context);
|
||||
SocketManager.getInstance().registerSocketConnCallback(this);
|
||||
// TODO 这里出现了ANR异常,需要等 艾兵兵排查问题
|
||||
//SocketManager.getInstance().init(context);
|
||||
//SocketManager.getInstance().registerSocketConnCallback(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -182,7 +182,7 @@ MOGO_TRAFFICLIVE_VERSION=1.1.46
|
||||
# 定位服务
|
||||
MOGO_LOCATION_VERSION=1.1.46
|
||||
# 自研地图
|
||||
MAP_SDK_VERSION=1.0.1-vr-1.1.2
|
||||
MAP_SDK_VERSION=1.0.1-vr-1.1.6
|
||||
#################架构升级新的版本号
|
||||
MOGO_CORE_FUNCTION_HMI_VERSION=1.0.0
|
||||
## 产品库必备配置,产品库自动对versionCode和versionName版本进行升级
|
||||
|
||||
@@ -50,5 +50,4 @@
|
||||
:modules:mogo-module-push
|
||||
:libraries:tanlulib
|
||||
:modules:mogo-module-monitor
|
||||
:modules:mogo-module-widgets
|
||||
:modules:mogo-module-hmi
|
||||
Reference in New Issue
Block a user