Commit 267929ec authored by martin hou's avatar martin hou

chore: 增加日志跟踪

parent f8dbd40c
...@@ -461,7 +461,8 @@ function Jensen(log, conn) { ...@@ -461,7 +461,8 @@ function Jensen(log, conn) {
const receive = function (result) { const receive = function (result) {
if(result instanceof Error) { if(result instanceof Error) {
console.log('receive error', result); // console.log('receive error', result);
Logger.error('jensen', 'receive', String(result));
return return
} }
totalBytes += result.data.byteLength; totalBytes += result.data.byteLength;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment