[6.7.0] add log

This commit is contained in:
EmArrow
2024-10-10 21:23:33 +08:00
parent a895a8ae31
commit 7e57d8adf0

View File

@@ -215,6 +215,7 @@ 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 {
if(tvADMapVersion.text.contains(AppConfigInfo.adHdMapVersion)){
return@post