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

[WIP] Fix call_boolean_method hook #71

Merged
merged 2 commits into from
Oct 17, 2024
Merged

[WIP] Fix call_boolean_method hook #71

merged 2 commits into from
Oct 17, 2024

Conversation

JingMatrix
Copy link
Owner

@JingMatrix JingMatrix commented Oct 17, 2024

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.

@JingMatrix JingMatrix marked this pull request as ready for review October 17, 2024 16:40
@JingMatrix JingMatrix merged commit ff04a68 into master Oct 17, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

Fail to hook com.android.systemui process in LSPosed v1.10.1
1 participant