Modify change debug log tag "ColorOSNotify" to "ColorOSNotifyIcon" in HookEntry

This commit is contained in:
2023-01-27 00:01:25 +08:00
parent f5c1a169f6
commit 31c59eef0c

View File

@@ -36,7 +36,7 @@ import com.highcapable.yukihookapi.hook.xposed.proxy.IYukiHookXposedInit
class HookEntry : IYukiHookXposedInit {
override fun onInit() = configs {
debugLog { tag = "ColorOSNotify" }
debugLog { tag = "ColorOSNotifyIcon" }
isDebug = false
}