-
Notifications
You must be signed in to change notification settings - Fork 4
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
1.6.0alpha bug #4
Comments
请提供侧漏App包名,侧漏目录或文件,以及与其相关的 logcat 片段以便分析。 |
包名:com.sohu.inputmethod.sogou.meizu |
这些文件和日志信息够了不 |
抱歉没发觉侧漏软件有点多,lsposed日志又重新发了几遍,麻烦了 |
目前发现侧漏的原因之一是 ContentProvider 获取失败导致 Hook 提前退出。 其中一个原因是软件包可见性过滤,即
已测试如果将 Target API 30 的淘宝降级至 29,则可正常向 NoLitter 的 ContentProvider 发起请求。 一种可行的解决方案是添加对系统框架添加 Hook,但这样便会导致需要对各个 Android 版本进行适配,维护成本增加。 此外,另一个导致获取失败的原因可能是在未成功初始化 |
预发行的版本还是会有侧漏的的情况出现,这个能修复不?
The text was updated successfully, but these errors were encountered: