update log

This commit is contained in:
gallonyin
2023-08-15 13:38:46 +08:00
parent 988a815ce8
commit d06767dd42

View File

@@ -129,6 +129,7 @@ class WeworkService : AccessibilityService() {
val workVersion = SPUtils.getInstance().getString("workVersion", "")
val deviceRooted = SPUtils.getInstance().getBoolean("deviceRooted", false)
val hook = SPUtils.getInstance().getBoolean("hook", false)
LogUtils.i("连接建立: $robotId appVersion: $appVersion workVersion: $workVersion deviceRooted: $deviceRooted hook: $hook")
log("连接建立: $robotId appVersion: $appVersion workVersion: $workVersion deviceRooted: $deviceRooted hook: $hook")
LogUtils.i("设置自动跳转企业微信")
sendBroadcast(true)