增加socket ack 回调msgId

This commit is contained in:
董宏宇
2021-08-13 17:34:01 +08:00
parent 2cc134ff8e
commit ee73eb1c28
2 changed files with 11 additions and 11 deletions

View File

@@ -189,7 +189,7 @@ public class SocketManager implements IMogoCloudSocketManager {
if (listener != null) {
listener.onAck(msgId);
}
Logger.d(TAG, "send message success: msgType = %d, appId = %s, productLine = %d", msgType, appId, productLine);
Logger.d(TAG, "send message success: msgId = %d msgType = %d, appId = %s, productLine = %d", msgId, msgType, appId, productLine);
} catch (InvalidProtocolBufferException e) {
e.printStackTrace();
}