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

NullPointerException spam in XPosed log #7

Open
Fabian42 opened this issue Nov 11, 2022 · 0 comments
Open

NullPointerException spam in XPosed log #7

Fabian42 opened this issue Nov 11, 2022 · 0 comments

Comments

@Fabian42
Copy link

The XPosed log gets spammed with multiple entries per second of this:

11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: [top.fols.aapp.eternalprocessxposed] java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.reflect.Field.get(java.lang.Object)' on a null object reference
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at top.fols.aapp.eternalprocessxposed.Hook.getFieldValue(Hook.java:332)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at top.fols.aapp.eternalprocessxposed.Hook.access$1000009(Unknown Source:4)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at top.fols.aapp.eternalprocessxposed.Hook$100000003.beforeHookedMethod(Hook.java:290)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at de.robv.android.xposed.MethodHooker.handleHookedMethod(MethodHooker.java:61)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at EdHooker_49cf792ce14a74d4b53775137ef98262c770b804.hook(Unknown Source:60)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at com.android.server.am.ActiveServices.bindServiceLocked(ActiveServices.java:1869)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at com.android.server.am.ActivityManagerService.bindIsolatedService(ActivityManagerService.java:14142)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2242)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2763)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at android.os.Binder.execTransactInternal(Binder.java:1021)
11-11 09:34:00.735  2392  7704 I EdXposed-Bridge: 	at android.os.Binder.execTransact(Binder.java:994)

This makes it really hard to debug anything else, because I need to filter out these first. Otherwise, I see no negative consequences.

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

No branches or pull requests

1 participant