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

This commit is contained in:
chenfufeng
2023-04-19 16:26:30 +08:00
parent 5b1cd38538
commit f4cffe569a

View File

@@ -1048,6 +1048,7 @@ public class AMapViewWrapper implements IMogoMapView,
public void cacheHDDataByCity(IHdCacheListener listener) {
if (mMapView.getMapAutoViewHelper() != null) {
String gdCityCode = GDLocationClient.getInstance(getContext()).getLastCityCode();
CallerLogger.INSTANCE.i(M_MAP + TAG, "gdCityCode is:" + gdCityCode);
Integer id = HDMapUtils.getHDCityCode(gdCityCode);
if (id != null) {
hdCacheListener = listener;