[Add]DebugSettingView增加动态控制日志输出
Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -42,4 +42,18 @@ public interface IMoGoAutopilotProvider extends IMoGoFunctionServerProvider {
|
||||
*/
|
||||
boolean recordPackage();
|
||||
|
||||
/**
|
||||
* Log 是否显示
|
||||
*
|
||||
* @param isEnableLog true-打开,false-关闭
|
||||
*/
|
||||
void setEnableLog(boolean isEnableLog);
|
||||
|
||||
/**
|
||||
* Log 是否写入
|
||||
*
|
||||
* @param isWriteLog true-打开,false-关闭
|
||||
*/
|
||||
void setIsWriteLog(boolean isWriteLog);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user