[fix]添加备注,删除无用log
This commit is contained in:
@@ -182,8 +182,10 @@ public class AdasManager implements IAdasNetCommApi {
|
||||
|
||||
/**
|
||||
* 向工控机发送关机命令
|
||||
* 目前提供的账号没有关机权限
|
||||
*/
|
||||
@Override
|
||||
@Deprecated
|
||||
public void shutdownIPC() {
|
||||
if (mChannel != null) {
|
||||
mChannel.shutdownIPC();
|
||||
@@ -192,8 +194,10 @@ public class AdasManager implements IAdasNetCommApi {
|
||||
|
||||
/**
|
||||
* 向工控机发送重启命令
|
||||
* 目前提供的账号没有重启权限
|
||||
*/
|
||||
@Override
|
||||
@Deprecated
|
||||
public void rebootIPC() {
|
||||
if (mChannel != null) {
|
||||
mChannel.rebootIPC();
|
||||
|
||||
@@ -223,7 +223,6 @@ public class FpgaSocket implements IWebSocket {
|
||||
@Override
|
||||
public void onMessage(@NonNull WebSocket webSocket, @NonNull String text) {
|
||||
super.onMessage(webSocket, text);
|
||||
CupidLogUtils.i(TAG, "WebSocket onMessage text= " + text);
|
||||
if (TextUtils.isEmpty(text)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user