change the tag
This commit is contained in:
@@ -40,7 +40,6 @@ public class SocketManager implements IMogoCloudSocketManager, Callback {
|
||||
|
||||
private static volatile SocketManager mInstance;
|
||||
private MoGoAiCloudClientConfig cloudClientConfig;
|
||||
private String mAppId;
|
||||
|
||||
private SocketManager() {
|
||||
CallbackManager.getInstance().register(this);
|
||||
|
||||
@@ -4,7 +4,7 @@ import androidx.annotation.Keep;
|
||||
|
||||
public class SocketServicesConstants {
|
||||
|
||||
public static final String TAG = "CLOUD_SOCKET";
|
||||
public static final String TAG = "MoGoAiCloud_Socket";
|
||||
|
||||
/**
|
||||
* 建立长链的通道ID
|
||||
|
||||
Reference in New Issue
Block a user