Open
Conversation
Both legacy and modern modules are loaded in `XposedInit.java`. However, to facilitate context fetching and resource loading, modern modules are loaded after an activity thread is attached (`AppAttachHooker.kt`). We thus correct docs in comments, and add `VectorModuleManager` into `kModuleTags` to include modern module loading. Moreover, the private field of `VectorChain` is renamed to improve readability.
|
@JingMatrix logs from /data/adb/lspd/log kmsg.log |
Owner
Author
Owner
Author
|
@Things22 Please simply read the two threads for more information. Your KernelSU is not updated correctly, please try reflashing it, as experienced here: #640 (comment) |
thanks, updated to 12.9 crdroid, didn't work |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Both legacy and modern modules are loaded in
XposedInit.java. However, to facilitate context fetching and resource loading, modern modules are loaded after an activity thread is attached (AppAttachHooker.kt).We thus correct docs in comments, and add
VectorModuleManagerintokModuleTagsto monitor modern module loading.Moreover, the private field of
VectorChainis renamed to improve readability.