网约车 清除自定义log
This commit is contained in:
@@ -96,7 +96,7 @@ public abstract class BaseOchFragment<V extends IView, P extends Presenter<V>> e
|
||||
MogoApisHandler.getInstance().getApis()
|
||||
.getAdasControllerApi()
|
||||
.mockOchStatus(IMogoAdasOCHCallback.STATUS_AUTOPILOT_DISABLE, "不能使用");
|
||||
Logger.d("lianglihui","模拟 不可自动驾驶");
|
||||
// Logger.d("lianglihui","模拟 不可自动驾驶");
|
||||
}
|
||||
);
|
||||
|
||||
@@ -107,7 +107,7 @@ public abstract class BaseOchFragment<V extends IView, P extends Presenter<V>> e
|
||||
.getAdasControllerApi()
|
||||
.mockOchStatus(IMogoAdasOCHCallback.STATUS_AUTOPILOT_ENABLE, "能使用");
|
||||
|
||||
Logger.d("lianglihui","模拟 可自动驾驶");
|
||||
// Logger.d("lianglihui","模拟 可自动驾驶");
|
||||
}
|
||||
);
|
||||
|
||||
@@ -117,7 +117,7 @@ public abstract class BaseOchFragment<V extends IView, P extends Presenter<V>> e
|
||||
MogoApisHandler.getInstance().getApis()
|
||||
.getAdasControllerApi()
|
||||
.mockOchStatus(IMogoAdasOCHCallback.STATUS_AUTOPILOT_RUNNING, "Running");
|
||||
Logger.d("lianglihui","模拟 自动驾驶能力");
|
||||
// Logger.d("lianglihui","模拟 自动驾驶能力");
|
||||
}
|
||||
);
|
||||
|
||||
@@ -127,14 +127,14 @@ public abstract class BaseOchFragment<V extends IView, P extends Presenter<V>> e
|
||||
MogoApisHandler.getInstance().getApis()
|
||||
.getAdasControllerApi().mockOchStatus(-1, "Arrived");
|
||||
|
||||
Logger.d("lianglihui","模拟 自动驾驶站");
|
||||
// Logger.d("lianglihui","模拟 自动驾驶站");
|
||||
}
|
||||
);
|
||||
|
||||
// 模拟 站点下发工控
|
||||
findViewById(R.id.btnAutopilotControl).setOnClickListener(view ->
|
||||
{
|
||||
Logger.d("lianglihui","模拟 站点下发工控");
|
||||
// Logger.d("lianglihui","模拟 站点下发工控");
|
||||
RemoteControlAutoPilotParameters currentAutopilot = new RemoteControlAutoPilotParameters();
|
||||
currentAutopilot.isSpeakVoice = true;
|
||||
// 万集东门站
|
||||
|
||||
Reference in New Issue
Block a user