This commit is contained in:
zhongchao
2022-06-10 18:13:43 +08:00
parent 650d43f914
commit 0f1019645a
5 changed files with 90 additions and 47 deletions

View File

@@ -759,11 +759,11 @@ public class AMapViewWrapper implements IMogoMapView,
} else {
mIsFirstLocated = true;
mIsDelayed = false;
try {
CallerLogger.INSTANCE.d(M_MAP + TAG, "同步定位:" + GsonUtils.toJson(location));
} catch (Exception e) {
e.printStackTrace();
}
// try {
// CallerLogger.INSTANCE.d(M_MAP + TAG, "同步定位:" + GsonUtils.toJson(location));
// } catch (Exception e) {
// e.printStackTrace();
// }
}
}
}