note the log of [fpgaSocket pb msg]

This commit is contained in:
zhongchao
2022-03-02 19:53:47 +08:00
parent 1820610e42
commit 197a9e819a
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ HOOK_LOG_VERSION=1.5.17
SERVICE_CHAIN_VERSION=1.0.53
################ 外部依赖引用 ################
# loglib
LOGLIB_VERSION=1.2.9
LOGLIB_VERSION=1.2.13
######## MogoAiCloudSDK Version ########
# 网络请求
MOGO_NETWORK_VERSION=1.3.31

View File

@@ -239,7 +239,7 @@ public class FpgaSocket implements IWebSocket {
@Override
public void onMessage(@NonNull WebSocket webSocket, @NonNull ByteString bytes) {
super.onMessage(webSocket, bytes);
CupidLogUtils.i(TAG, "WebSocket onMessage bytes= " + bytes.hex());
// CupidLogUtils.i(TAG, "WebSocket onMessage bytes= " + bytes.hex());
if (AdasChannel.isUseQueue) {
WSByteQueueManager.getInstance().addQueueData(bytes);
} else {