[Upload]对socket RequestUtil 增加日志msgId输出
This commit is contained in:
@@ -72,7 +72,7 @@ public final class RequestUtil {
|
||||
final Channel channel = ClientSocketManager.getInstance().getChannel();
|
||||
if (checkNotNull(channel)) {
|
||||
channel.writeAndFlush(RequestModelUtil.buildPayloadData(productLine, appId, payload, headerType, ack, msgId));
|
||||
Logger.i(SocketConstants.TAG, "send---> appId is: " + appId + "; headerType is: " + headerType);
|
||||
Logger.i(SocketConstants.TAG, "send---> appId is: " + appId + "; headerType is: " + headerType+ "; msgId is: " + msgId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user