From 92b4012967079cc3047118d73810f6a90940933d Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Wed, 13 Mar 2024 10:40:39 +0800 Subject: [PATCH] =?UTF-8?q?[6.3.0]=E4=BF=AE=E5=A4=8D=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mogo_core_function_devatools/badcase/BadCaseManager.kt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/function-impl/mogo-core-function-devatools/src/main/java/com/zhjt/mogo_core_function_devatools/badcase/BadCaseManager.kt b/core/function-impl/mogo-core-function-devatools/src/main/java/com/zhjt/mogo_core_function_devatools/badcase/BadCaseManager.kt index f840e60ae2..7628a110ae 100644 --- a/core/function-impl/mogo-core-function-devatools/src/main/java/com/zhjt/mogo_core_function_devatools/badcase/BadCaseManager.kt +++ b/core/function-impl/mogo-core-function-devatools/src/main/java/com/zhjt/mogo_core_function_devatools/badcase/BadCaseManager.kt @@ -401,8 +401,10 @@ internal object BadCaseManager : LifecycleEventObserver, IMoGoAutopilotRecordLis override fun onDataChanged(category: MsgCategory, msgBoxList: MsgBoxBean) { if(category == MsgCategory.SYS_INFO){ - //上报 - BadCaseConfig.newReportEntity = msgBoxList.bean as ReportEntity + if(msgBoxList.type == MsgBoxType.REPORT){ + //上报 + BadCaseConfig.newReportEntity = msgBoxList.bean as ReportEntity + } }else if(category == MsgCategory.FM_INFO){ //FM BadCaseConfig.newFMInfoMsg = msgBoxList.bean as FMInfoMsg