Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Activity biz.bokhorst.xprivacy.ActivityMain has leaked IntentReceiver #177

Closed
GhostlyCrowd opened this issue Jul 7, 2013 · 6 comments
Closed
Labels

Comments

@GhostlyCrowd
Copy link

E/ActivityThread( 3461): Activity biz.bokhorst.xprivacy.ActivityMain has leaked IntentReceiver com.android.internal.policy.impl.multiwindow.MultiPhoneWindowEvent$1@4369b4f0 that was originally registered here. Are you missing a call to unregisterReceiver()? E/ActivityThread( 3461): android.app.IntentReceiverLeaked: Activity biz.bokhorst.xprivacy.ActivityMain has leaked IntentReceiver com.android.internal.policy.impl.multiwindow.MultiPhoneWindowEvent$1@4369b4f0 that was originally registered here. Are you missing a call to unregisterReceiver()? E/ActivityThread( 3461): at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java) E/ActivityThread( 3461): at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java) E/ActivityThread( 3461): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java) E/ActivityThread( 3461): at android.app.ContextImpl.registerReceiver(ContextImpl.java) E/ActivityThread( 3461): at android.app.ContextImpl.registerReceiver(ContextImpl.java) E/ActivityThread( 3461): at android.content.ContextWrapper.registerReceiver(android/content/ContextWrapper.j) E/ActivityThread( 3461): at com.android.internal.policy.impl.multiwindow.MultiPhoneWindowEvent.<init>(com/android/internal/policy/impl/multiwindow/MultiPhoneWindowEvent.j) E/ActivityThread( 3461): at com.android.internal.policy.impl.multiwindow.MultiPhoneWindowEvent.installDecor(com/android/internal/policy/impl/multiwindow/MultiPhoneWindowEvent.j) E/ActivityThread( 3461): at java.lang.reflect.Method.invokeNative(Native Method) E/ActivityThread( 3461): at java.lang.reflect.Method.invoke(Method.java) E/ActivityThread( 3461): at com.android.internal.policy.impl.PhoneWindow.installDecor(com/android/internal/policy/impl/PhoneWindow.j) E/ActivityThread( 3461): at com.android.internal.policy.impl.PhoneWindow.setContentView(com/android/internal/policy/impl/PhoneWindow.j) E/ActivityThread( 3461): at android.app.Activity.setContentView(Activity.java) E/ActivityThread( 3461): at biz.bokhorst.xprivacy.ActivityMain.onCreate(ActivityMain.java:109) E/ActivityThread( 3461): at android.app.Activity.performCreate(Activity.java) E/ActivityThread( 3461): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java) E/ActivityThread( 3461): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java) E/ActivityThread( 3461): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java) E/ActivityThread( 3461): at android.app.ActivityThread.access$600(ActivityThread.java) E/ActivityThread( 3461): at android.app.ActivityThread$H.handleMessage(ActivityThread.java) E/ActivityThread( 3461): at android.os.Handler.dispatchMessage(android/os/Handler.j) E/ActivityThread( 3461): at android.os.Looper.loop(android/os/Looper.j) E/ActivityThread( 3461): at android.app.ActivityThread.main(ActivityThread.java) E/ActivityThread( 3461): at java.lang.reflect.Method.invokeNative(Native Method) E/ActivityThread( 3461): at java.lang.reflect.Method.invoke(Method.java) E/ActivityThread( 3461): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java) E/ActivityThread( 3461): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java) E/ActivityThread( 3461): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:110) E/ActivityThread( 3461): at dalvik.system.NativeStart.main(Native Method)

Not sure if this is just me, but this seems to be thrown a lot in my logs

@M66B
Copy link
Owner

M66B commented Jul 8, 2013

I have tried a lot of things, but I cannot reproduce this.
Please describe the exact steps to reproduce this.

@M66B
Copy link
Owner

M66B commented Jul 8, 2013

This seems to be a problem in your ROM, since there is no IntentReceiver in ActivityMain.
Do you happen to use a Samsung phone with a multi window feature?
http://stackoverflow.com/a/14987170/1794097

@M66B M66B closed this as completed Jul 8, 2013
@GhostlyCrowd
Copy link
Author

Yes i have a Stock Samsung phone with the multi-window feature.

@M66B
Copy link
Owner

M66B commented Jul 8, 2013

Then complain @Samsung ...

@GhostlyCrowd
Copy link
Author

Alright, Didn't know if it was something in xprivacy, since it explicitly blamed it on it.

@jaspreet-android
Copy link

This issue always occur in Moto-G devices. Just go through those once.

Repository owner locked and limited conversation to collaborators Nov 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants