Closed JingMatrix closed 2 weeks ago
Avoid skipping the process com.android.systemui to fix #69, we try avoid the following line in the log
com.android.systemui
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.
Avoid skipping the process
com.android.systemui
to fix #69, we try avoid the following line in the logCurrently, we simply disable the skipping logic, but we should find the correct skipping logic soon.