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

This commit is contained in:
2023-01-27 00:01:25 +08:00
parent 62a7d87502
commit 5fb4e0ac39

View File

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