This commit is contained in:
2026-05-11 14:59:40 +08:00
parent 8efa4889be
commit 1d9a77a112

View File

@@ -162,7 +162,7 @@ class WeworkService : AccessibilityService() {
override fun onFailure(webSocket: WebSocket, t: Throwable, response: Response?) {
//服务器中断
Log.e(TAG, "连接错误: ${t.message} response=${response?.code}")
Log.e(TAG, "连接错误: " + t.toString() + response.toString())
sendBroadcast(false)
}