JingMatrix / LSPosed

LSPosed Framework resuscitated
https://lsposed.org
GNU General Public License v3.0
1.99k stars 57 forks source link

[WIP] Fix call_boolean_method hook #71

Closed JingMatrix closed 2 weeks ago

JingMatrix commented 2 weeks ago

Avoid skipping the process com.android.systemui to fix #69, we try avoid the following line in the log

D/LSPosed Bridge onTransact: action=ACTION_GET_BINDER, callingUid=10222, callingPid=2137
D/LSPosed magisk_loader.cpp:227#void lspd::MagiskLoader::OnNativeForkAndSpecializePost(JNIEnv *, jstring, jstring): skipped com.android.systemui

Currently, we simply disable the skipping logic, but we should find the correct skipping logic soon.