Skip to content

Conversation

Catherinelhl
Copy link

这边执行了命令,
adb logcat -s Xposed
adb logcat -s EdXposed-Bridge
一直提示xposed config file exists, check version。然后无任何日志输出

维术 and others added 30 commits January 12, 2018 10:22
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.
…n not fix it in short, so just bypass it by hook.
weishu.tws and others added 30 commits April 16, 2018 21:00
# 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.
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>
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.

4 participants