Open
Conversation
1. fix the XSharedPreference load path bug 2. make the Xposed version 91(Just makes me happy.) 3. Add Module load observer. 4. update dependency.
…he app classloader)
…n not fix it in short, so just bypass it by hook.
# Conflicts: # exposed-core/src/main/java/me/weishu/exposed/ExposedBridge.java
# Conflicts: # exposed-core/src/main/java/me/weishu/exposed/ExposedBridge.java
see exposed-xposedapi also.
2. reduce the log of Xposed.
Hi,
I have found some usage of “String.equals("xxx")” in this project.
When using string.equals("a") ,it will get nullpointexception if string ==null.
The problem can be fixed by repalced with "a".equals(string) or Objects.equals(string,"a").
Best regards
Suggestion : Improvement of String.equals("xxx")
Signed-off-by: tiann <twsxtd@gmail.com>
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.
这边执行了命令,
adb logcat -s Xposed
adb logcat -s EdXposed-Bridge
一直提示xposed config file exists, check version。然后无任何日志输出