From d91293fb01ced891b3955c04434a47bb0e07af48 Mon Sep 17 00:00:00 2001 From: donghongyu Date: Thu, 9 Dec 2021 13:07:19 +0800 Subject: [PATCH] =?UTF-8?q?[Delete]=E5=85=B3=E9=97=AD=E4=BA=86Bugly?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: donghongyu --- app/build.gradle | 2 +- core/function-impl/mogo-core-function-main/build.gradle | 4 ++-- .../mogo/eagle/core/function/main/MainMoGoApplication.java | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6721f7c823..b1d9faa350 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -246,7 +246,7 @@ dependencies { implementation project(':modules:mogo-module-carchattingprovider') implementation project(':libraries:map-custom') implementation project(':test:crashreport-upgrade') - implementation project(':test:crashreport-bugly') +// implementation project(':test:crashreport-bugly') implementation project(':core:mogo-core-data') implementation project(':core:function-impl:mogo-core-function-main') diff --git a/core/function-impl/mogo-core-function-main/build.gradle b/core/function-impl/mogo-core-function-main/build.gradle index 3d9e888c16..51d230b66e 100644 --- a/core/function-impl/mogo-core-function-main/build.gradle +++ b/core/function-impl/mogo-core-function-main/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation rootProject.ext.dependencies.callchatprovider implementation rootProject.ext.dependencies.mapcustom implementation rootProject.ext.dependencies.crashreportupgrade - implementation rootProject.ext.dependencies.crashreportbugly +// implementation rootProject.ext.dependencies.crashreportbugly implementation rootProject.ext.dependencies.moduleservice implementation rootProject.ext.dependencies.mogo_core_data @@ -120,7 +120,7 @@ dependencies { implementation project(':modules:mogo-module-carchattingprovider') implementation project(':libraries:map-custom') implementation project(':test:crashreport-upgrade') - implementation project(':test:crashreport-bugly') +// implementation project(':test:crashreport-bugly') implementation project(':modules:mogo-module-service') implementation project(':core:mogo-core-data') diff --git a/core/function-impl/mogo-core-function-main/src/main/java/com/mogo/eagle/core/function/main/MainMoGoApplication.java b/core/function-impl/mogo-core-function-main/src/main/java/com/mogo/eagle/core/function/main/MainMoGoApplication.java index 6aa67a8340..f27d1d31dc 100644 --- a/core/function-impl/mogo-core-function-main/src/main/java/com/mogo/eagle/core/function/main/MainMoGoApplication.java +++ b/core/function-impl/mogo-core-function-main/src/main/java/com/mogo/eagle/core/function/main/MainMoGoApplication.java @@ -34,7 +34,6 @@ import com.mogo.module.share.constant.ShareConstants; import com.mogo.module.v2x.V2XConst; import com.mogo.service.IMogoServiceApis; import com.mogo.service.cloud.socket.IMogoLifecycleListener; -import com.mogo.test.crashreport.CrashReportConstants; import com.mogo.test.crashreport.upgrade.UpgradeReportConstants; import com.mogo.utils.ProcessUtils; import com.mogo.utils.logger.Logger; @@ -285,7 +284,7 @@ public abstract class MainMoGoApplication extends AbsMogoApplication { // 初始化 bugly 升级 MogoModulePaths.addBaseModule(new MogoModule(UpgradeReportConstants.PATH, UpgradeReportConstants.NAME)); // 初始化 bugly 日志采集 - MogoModulePaths.addBaseModule(new MogoModule(CrashReportConstants.PATH, CrashReportConstants.NAME)); + //MogoModulePaths.addBaseModule(new MogoModule(CrashReportConstants.PATH, CrashReportConstants.NAME)); if (DebugConfig.isLauncher() && DebugConfig.getCarMachineType() == CAR_MACHINE_TYPE_SELF_INNOVATE) { MogoModulePaths.addModule(new MogoModule(MogoServicePaths.PATH_BACK, MogoServicePaths.PATH_BACK));