[master] update loc module

This commit is contained in:
zhongchao
2024-11-18 14:45:42 +08:00
parent da09ca77e5
commit f664c0565f
2 changed files with 14 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ public class UploadDataService extends Service {
HandlerThread mHandlerThread = new HandlerThread("upload_data_thread"); HandlerThread mHandlerThread = new HandlerThread("upload_data_thread");
mHandlerThread.start(); mHandlerThread.start();
handler = new Handler(mHandlerThread.getLooper()); handler = new Handler(mHandlerThread.getLooper());
handler.post(buildLocationTask); handler.postDelayed(buildLocationTask, 1000L);
handler.postDelayed(uploadTask, 5 * LocUploadConfig.instance().getLocInterval()); handler.postDelayed(uploadTask, 5 * LocUploadConfig.instance().getLocInterval());
} }

View File

@@ -33,30 +33,30 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
USERNAME=xintai USERNAME=xintai
PASSWORD=xintai2018 PASSWORD=xintai2018
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
RELEASE=false RELEASE=true
# AI CLOUD 云平台 # AI CLOUD 云平台
# 工具类 # 工具类
MOGO_UTILS_VERSION=1.4.7.42 MOGO_UTILS_VERSION=1.4.7.45
# 网络请求 # 网络请求
MOGO_NETWORK_VERSION=1.4.7.42 MOGO_NETWORK_VERSION=1.4.7.45
# 鉴权 # 鉴权
MOGO_PASSPORT_VERSION=1.4.7.42 MOGO_PASSPORT_VERSION=1.4.7.45
# 常链接 # 常链接
MOGO_SOCKET_VERSION=1.4.7.42 MOGO_SOCKET_VERSION=1.4.7.45
# 数据采集 # 数据采集
MOGO_REALTIME_VERSION=1.4.7.42 MOGO_REALTIME_VERSION=1.4.7.45
# 探路,道路事件发布,获取 # 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.4.7.42 MOGO_TANLU_VERSION=1.4.7.45
# 直播推流 # 直播推流
MOGO_LIVE_VERSION=1.4.7.42 MOGO_LIVE_VERSION=1.4.7.45
# 直播拉流 # 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.4.7.42 MOGO_TRAFFICLIVE_VERSION=1.4.7.45
# 定位服务 # 定位服务
MOGO_LOCATION_VERSION=1.4.7.42 MOGO_LOCATION_VERSION=1.4.7.45
# 远程通讯模块 # 远程通讯模块
MOGO_TELEMATIC_VERSION=1.4.7.42 MOGO_TELEMATIC_VERSION=1.4.7.45
# v2x # v2x
MOGO_V2X_VERSION=1.4.7.42 MOGO_V2X_VERSION=1.4.7.45
# SKIN # SKIN
MOGO_SKIN_VERSION=1.4.7.49.19 MOGO_SKIN_VERSION=1.4.7.49.19
# SDK # SDK
@@ -75,7 +75,7 @@ SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=false RELEASE_SIGNING_ENABLED=false
# 组织名 # 组织名
GROUP=com.mogo.cloud GROUP=com.mogo.cloud
VERSION_NAME=1.4.7.42 VERSION_NAME=1.4.7.45
# 主页 # 主页
POM_URL=https://gitlab.zhidaoauto.com/SCA/L4HA/AndroidApp/support/countly-sdk-android POM_URL=https://gitlab.zhidaoauto.com/SCA/L4HA/AndroidApp/support/countly-sdk-android
# 版本控制信息 # 版本控制信息