diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt index 2a13769282..623824d7f6 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/setting/DebugSettingView.kt @@ -111,9 +111,6 @@ class DebugSettingView @JvmOverloads constructor( // 全局路径规划点个数 private var mRouteInfoSize = 0 - //当前PAD支持的CPU架构 - private var cpuList = "CPU架构:" - //日志过滤标签集合 private val sceneMap = mutableMapOf() @@ -276,12 +273,6 @@ class DebugSettingView @JvmOverloads constructor( } } - - for (element in DeviceUtils.getABIs()) { - cpuList = "$cpuList$element " - } - tvCPUFrameworkInfo.text = cpuList - /** * 控制中心 */ @@ -1455,8 +1446,6 @@ class DebugSettingView @JvmOverloads constructor( * 版本信息 */ tvAppVersionName.text = "鹰眼版本名:${AppUtils.getAppVersionName()}" - tvAppVersionCode.text = "鹰眼版本号:${AppUtils.getAppVersionCode()}" - tvObuSdkVersion.text = "OBU-SDK版本:${AppConfigInfo.obuSdkVersion}" tvAutopilotProtocolVersionInfo.text = "Autopilot协议版本:${CallerAutoPilotManager.getProtocolVersion()}" if(AppConfigInfo.protocolVersionNumber==0){ @@ -1467,8 +1456,6 @@ class DebugSettingView @JvmOverloads constructor( tvMoGoMapVersion.text = "HD-Map版本:${MogoMap.getInstance().mogoMap.mapVersion}" tvGitBranchInfo.text = "Git分支:${AppConfigInfo.workingBranchName}" tvAppBuildTimeInfo.text = "版本构建时间:${AppConfigInfo.appBuildTime}" - tvGitHashInfo.text = "Git-Hash:${AppConfigInfo.workingBranchHash}" - tvAndroidSystemVersion.text = "Android系统版本:" + DeviceUtils.getSDKVersionName() /** * 状态中心 diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml index e6ad801c09..32f71a7ada 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml @@ -271,28 +271,6 @@ android:layout_height="1dp" android:background="#F0F0F0" /> - - - - - - - - - - - - - - - - - - - -