升级sdk版本

This commit is contained in:
wangcongtao
2021-02-26 11:51:22 +08:00
parent 2de05d7d86
commit 7dce2b73fd
2 changed files with 3 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ MOGO_PASSPORT_VERSION=1.0.41
# 常链接 # 常链接
MOGO_SOCKET_VERSION=1.0.41 MOGO_SOCKET_VERSION=1.0.41
# 数据采集 # 数据采集
MOGO_REALTIME_VERSION=1.0.41 MOGO_REALTIME_VERSION=1.0.42
# 探路,道路事件发布,获取 # 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.0.41 MOGO_TANLU_VERSION=1.0.41
# 直播推流 # 直播推流

View File

@@ -125,6 +125,7 @@ class SnapshotLocationController {
mLastLocationInfo = null; mLastLocationInfo = null;
} }
} }
Logger.d( TAG, "upload loc size = %s", list == null ? 0 : list.size() );
return list; return list;
} }
@@ -134,6 +135,7 @@ class SnapshotLocationController {
* @return * @return
*/ */
public int getDataAccuracy() { public int getDataAccuracy() {
Logger.d( TAG, "upload loc accuracy = %s", mDataAccuracy );
return mDataAccuracy; return mDataAccuracy;
} }
} }