From 86b29b982c59010dd275a2fe55fd4897b0b18f59 Mon Sep 17 00:00:00 2001 From: WhiteChi Date: Wed, 1 Nov 2023 22:47:44 +0800 Subject: [PATCH] =?UTF-8?q?`Shamrock`:=20=E6=B7=BB=E5=8A=A0=E8=A2=AB?= =?UTF-8?q?=E5=8A=A8WS=E9=93=BE=E6=8E=A5=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WhiteChi --- .../moe/fuqiuluo/shamrock/xposed/actions/InitRemoteService.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/xposed/src/main/java/moe/fuqiuluo/shamrock/xposed/actions/InitRemoteService.kt b/xposed/src/main/java/moe/fuqiuluo/shamrock/xposed/actions/InitRemoteService.kt index 3946bab..6cc2884 100644 --- a/xposed/src/main/java/moe/fuqiuluo/shamrock/xposed/actions/InitRemoteService.kt +++ b/xposed/src/main/java/moe/fuqiuluo/shamrock/xposed/actions/InitRemoteService.kt @@ -60,6 +60,7 @@ internal class InitRemoteService : IAction { if (token.isNotBlank()) { wsHeaders["authorization"] = "bearer $token" } + LogCenter.log("尝试链接WebSocketClient(url = ${conn.address})",Level.WARN) startWebSocketClient(conn.address, wsHeaders) } }