[3.3.0] union the log

This commit is contained in:
zhongchao
2023-06-26 13:19:43 +08:00
parent 2851cb1479
commit 01d45275d3
8 changed files with 52 additions and 91 deletions

View File

@@ -202,7 +202,7 @@ public class MogoAiCloudSocketManager extends ConnectionLifecycleListener implem
if (listeners != null && !listeners.isEmpty()) {
for (IMogoOnMessageListener listener : listeners) {
if (listener != null) {
CallerLogger.INSTANCE.d(TAG, "received msgId = " + mAckListeners.get(msgType) + " content = " + obj.toString());
// CallerLogger.INSTANCE.d(TAG, "received msgId = " + mAckListeners.get(msgType) + " content = " + obj.toString());
listener.onMsgReceived(obj);
}
}