[6.7.0] log

This commit is contained in:
EmArrow
2024-10-14 10:55:59 +08:00
parent 3ef4788292
commit 85adbfeeef

View File

@@ -215,8 +215,8 @@ class CarInfoTabView @JvmOverloads constructor(
private fun updateAdHdMapVersion() {
if (AppConfigInfo.adHdMapVersion.isNotEmpty()) {
CallerLogger.i(SceneConstant.M_HMI + TAG, "updateAdHdMapVersion, adHdMapVersion:${AppConfigInfo.adHdMapVersion} , text:${tvADMapVersion.text}")
UiThreadHandler.post {
CallerLogger.i(SceneConstant.M_HMI + TAG, "updateAdHdMapVersion, adHdMapVersion:${AppConfigInfo.adHdMapVersion} , text:${tvADMapVersion.text}")
if(tvADMapVersion.text.contains(AppConfigInfo.adHdMapVersion)){
return@post
}