We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f609672 commit a398720Copy full SHA for a398720
demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt
@@ -141,13 +141,6 @@ object HookEntry : IYukiHookXposedInit {
141
// 此功能默认启用 - 关闭后将不会在功能初始化的时候装载 [YukiHookDataChannel]
142
// 功能启用后 - 将会在宿主启动时自动 Hook [Application] 的生命周期方法进行注册
143
isEnableDataChannel = true
144
- // Whether to enable the [Member] cache function
145
- // To prevent system GC problems caused by high multiplexing of [Member], this feature is enabled by default
146
- // Unless the cached [Member] is obfuscated, it is recommended to enable
147
- // 是否启用 [Member] 缓存功能
148
- // 为防止 [Member] 复用过高造成的系统 GC 问题 - 此功能默认启用
149
- // 除非缓存的 [Member] 发生了混淆的问题 - 否则建议启用
150
- isEnableMemberCache = true
151
}
152
153
0 commit comments