replace taxi and bus logger to callerlogger

This commit is contained in:
zhongchao
2022-03-17 20:02:42 +08:00
parent 1a262230ca
commit 11dd8057b1
37 changed files with 356 additions and 302 deletions

View File

@@ -84,7 +84,6 @@ public class AMapWrapper implements IMogoMap {
@Override
public IMogoMarker addMarker(String tag, MogoMarkerOptions options) {
//Logger.i(TAG, "autoop-addMarker: " + tag + ",MogoMarkerOptions:" + options + ",AMap:" + (mAMap != null) + ",this:" + this);
if (!checkAMap()) {
return null;
}