[2.15.0][Opt]增加高精地图缓存相关的日志

This commit is contained in:
chenfufeng
2023-04-19 14:57:14 +08:00
parent 7578d09434
commit 1d0a0dfa60
2 changed files with 3 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ class SystemVersionView @JvmOverloads constructor(
ToastUtils.showShort(resources.getString(R.string.location_try_again))
} else {// 拿到了高精的经纬度
val dialog = OfflineMapDialog(context)
CallerLogger.i("$M_HMI$$TAG", "location lon is:${location?.longitude}, lat is:${location?.latitude}")
dialog.location = location
dialog.show()
}