关闭日志

This commit is contained in:
lixiaopeng
2022-08-01 11:12:26 +08:00
parent b1852c2016
commit 57fab01347
7 changed files with 9 additions and 12 deletions

View File

@@ -649,7 +649,7 @@ public class AMapViewWrapper implements IMogoMapView,
@Override
public void setCarLightsType(int type, int time) {
if (checkAMapView()) {
Log.d("liyz", "AMapViewWrapper setCarLightsType type = " + type + "---time = " + time);
// Log.d("liyz", "AMapViewWrapper setCarLightsType type = " + type + "---time = " + time);
mMapView.getMapAutoViewHelper().setTailLightsType(type, time);
}
}