Closed JingMatrix closed 2 weeks ago
Moreover, after few reboots, the notification of LSPosed manage will disappear if CPM is enabled, which is a good indicator to figure out which commit causes this bug.
It turns out that commit 44570c5 causes the bug. Here are the log for it and the log of its parent commit: 44570c5.log c5d7b32.log
Steps to reproduce/复现步骤
Expected behaviour/预期行为
Module ClassicPowerMenu work as expected
Actual behaviour/实际行为
ClassicPowerMenu works well with LSPosed v1.10.0, but not with LSPosed v1.10.1
Xposed Module List/Xposed 模块列表
Magisk Module List/Magisk 模块列表
LSPosed version/LSPosed 版本
v1.10.1
Android version/Android 版本
15
Magisk version/Magisk 版本
28001
Riru version/Riru 版本
N/A
Version requirement/版本要求
Logs/日志
v1.10.0.log v1.10.1.log
The crucial difference is that in v1.10.0, one has the following lines for hooking
com.android.systemui
which is not shown in v1.10.1, possible linked to #64 .