Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java-koom混淆 #168

Closed
leo-andr opened this issue Dec 2, 2021 · 2 comments
Closed

java-koom混淆 #168

leo-andr opened this issue Dec 2, 2021 · 2 comments
Assignees

Comments

@leo-andr
Copy link

leo-andr commented Dec 2, 2021

混淆处理下啊

Caused by: java.lang.IllegalAccessException: void com.kwai.koom.javaoom.monitor.OOMMonitor.() is not accessible from java.lang.Class<com.kwai.koom.base.MonitorManager>
at java.lang.Class.newInstance(Native Method)
at com.kwai.koom.base.MonitorManager.a(MonitorManager.kt:60)

@puderty
Copy link

puderty commented Jan 9, 2022

在项目proguard添加
-keep class com.kwai.koom.javaoom.monitor.OOMMonitor {*;}

@kingrukawa
Copy link

建议写在集成的readme里面

madroidmaq added a commit to madroidmaq/KOOM that referenced this issue Aug 17, 2022
AndroidInternal added a commit that referenced this issue Aug 21, 2022
Fix #168 , keep OOMMonitor config in consumer-rules.pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants