Browse Source

1.修改Log的TAG

master
wangwanlei 9 months ago
parent
commit
36e68388bf

+ 1
- 1
websocket/src/main/java/com/xhly/websocket/service/SocketClient.java View File

50
      */
50
      */
51
     public static int CONNECT_TIMEOUT = 20000;
51
     public static int CONNECT_TIMEOUT = 20000;
52
     public static boolean closeWebsocket = false;
52
     public static boolean closeWebsocket = false;
53
-    public String TAG = LongConnService.class.getSimpleName();
53
+    public String TAG = SocketClient.class.getSimpleName();
54
     protected int type = 1;
54
     protected int type = 1;
55
     protected String connectUrl;
55
     protected String connectUrl;
56
     /**
56
     /**

Loading…
Cancel
Save