bug
This commit is contained in:
@@ -162,7 +162,7 @@ class WeworkService : AccessibilityService() {
|
|||||||
|
|
||||||
override fun onFailure(webSocket: WebSocket, t: Throwable, response: Response?) {
|
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)
|
sendBroadcast(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user