update version of AICloudSdk
This commit is contained in:
@@ -155,19 +155,19 @@ LOGLIB_VERSION = 1.0.4
|
||||
|
||||
######## MogoAiCloudSDK Version
|
||||
# 网络请求
|
||||
MOGO_NETWORK_VERSION=1.0.69
|
||||
MOGO_NETWORK_VERSION=1.0.70
|
||||
# 鉴权
|
||||
MOGO_PASSPORT_VERSION=1.0.69
|
||||
MOGO_PASSPORT_VERSION=1.0.70
|
||||
# 常链接
|
||||
MOGO_SOCKET_VERSION=1.0.69
|
||||
MOGO_SOCKET_VERSION=1.0.70
|
||||
# 数据采集
|
||||
MOGO_REALTIME_VERSION=1.0.69
|
||||
MOGO_REALTIME_VERSION=1.0.70
|
||||
# 探路,道路事件发布,获取
|
||||
MOGO_TANLU_VERSION=1.0.69
|
||||
MOGO_TANLU_VERSION=1.0.70
|
||||
# 直播推流
|
||||
MOGO_LIVE_VERSION=1.0.69
|
||||
MOGO_LIVE_VERSION=1.0.70
|
||||
# 直播拉流
|
||||
MOGO_TRAFFICLIVE_VERSION=1.0.69
|
||||
MOGO_TRAFFICLIVE_VERSION=1.0.70
|
||||
|
||||
######## Foundation MogoAiCloud Module
|
||||
# mogoAiCloud apk services
|
||||
|
||||
@@ -117,7 +117,7 @@ public class MogoADASController implements IMogoADASController {
|
||||
/**
|
||||
* 接收 adas 识别数据线程
|
||||
*/
|
||||
private Handler mAdasRecognizedRecHandler = new Handler( WorkThreadHandler.newInstance( "AdasRecognizedRecThread" ).getLooper() ) {
|
||||
private final Handler mAdasRecognizedRecHandler = new Handler( WorkThreadHandler.newInstance( "AdasRecognizedRecThread" ).getLooper() ) {
|
||||
@Override
|
||||
public void handleMessage( Message msg ) {
|
||||
super.handleMessage( msg );
|
||||
@@ -132,7 +132,7 @@ public class MogoADASController implements IMogoADASController {
|
||||
/**
|
||||
* 接收 adas 定位数据线程
|
||||
*/
|
||||
private Handler mAdasLocationRecHandler = new Handler( WorkThreadHandler.newInstance( "AdasLocationRecThread" ).getLooper() ) {
|
||||
private final Handler mAdasLocationRecHandler = new Handler( WorkThreadHandler.newInstance( "AdasLocationRecThread" ).getLooper() ) {
|
||||
@Override
|
||||
public void handleMessage( Message msg ) {
|
||||
super.handleMessage( msg );
|
||||
|
||||
Reference in New Issue
Block a user