diff --git a/config.gradle b/config.gradle index 48b5921b33..c4470e0e53 100644 --- a/config.gradle +++ b/config.gradle @@ -6,7 +6,7 @@ ext { independentApplicationId : "com.mogo.launcher.app", fLauncherApplicationId : "com.mogo.launcher.f", bydautoIndependentApplicationId: "com.mogo.launcher.app.bydauto", - fLauncherAmapApiValue : "aa2c8a0547378ead2f9a37762d9dd179", + fLauncherAmapApiValue : "ace34d685cc04836c03905e4d1536125", bydautoIndependentApiValue : "b1e1d527b02a493913c50985827c943a", commonLauncherAmapApiValue : "a36b9f7b086fa3951bb35338a5a06dd3", commonIndependentAmapApiValue : "1c3fbc5f5e183619ffb1e7bc01e6751f", diff --git a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/AMapCustomView.java b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/AMapCustomView.java index 793381471e..ca0eccc659 100644 --- a/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/AMapCustomView.java +++ b/core/function-impl/mogo-core-function-map/src/main/java/com/mogo/eagle/core/function/smp/AMapCustomView.java @@ -190,7 +190,7 @@ public class AMapCustomView int state = autoPilotStatusInfo.getState(); //0 不能自动驾驶 1 可以自动驾驶,但是在人工干预 2 自动驾驶中 if (state == IMoGoAutopilotStatusListener.STATUS_AUTOPILOT_RUNNING) { - Log.d(TAG, "自动驾驶中= %s" + String.valueOf(state)); + Log.d(TAG, "自动驾驶中 state=" + String.valueOf(state)); if (sList.size() == 0 && eList.size() == 0 && mWayPointList.size() == 0) { Log.d(TAG, "sendGlobalPathReq"); AdasManager.getInstance().sendGlobalPathReq();