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

missing a call to unregisterReceiver() #11

Closed
iamatulkumar opened this issue Sep 26, 2019 · 0 comments
Closed

missing a call to unregisterReceiver() #11

iamatulkumar opened this issue Sep 26, 2019 · 0 comments

Comments

@iamatulkumar
Copy link
Contributor

Activity com.exampke.MainActivity has leaked IntentReceiver com.jaumard.smsautofill.SmsAutoFillPlugin$SmsBroadcastReceiver@409f50d that was originally registered here. Are you missing a call to unregisterReceiver()?
E/ActivityThread(16479): android.app.IntentReceiverLeaked: Activity com.pocketpills.MainActivity has leaked IntentReceiver com.jaumard.smsautofill.SmsAutoFillPlugin$SmsBroadcastReceiver@409f50d that was originally registered here. Are you missing a call to unregisterReceiver()?
E/ActivityThread(16479): at android.app.LoadedApk$ReceiverDispatcher.(LoadedApk.java:1333)
E/ActivityThread(16479): at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:1114)
E/ActivityThread(16479): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1405)
E/ActivityThread(16479): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1378)
E/ActivityThread(16479): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1366)
E/ActivityThread(16479): at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:603)
E/ActivityThread(16479): at com.jaumard.smsautofill.SmsAutoFillPlugin$2.onSuccess(SmsAutoFillPlugin.java:102)
E/ActivityThread(16479): at com.jaumard.smsautofill.SmsAutoFillPlugin$2.onSuccess(SmsAutoFillPlugin.java:98)
E/ActivityThread(16479): at com.google.android.gms.tasks.zzn.run(Unknown Source:4)
E/ActivityThread(16479): at android.os.Handler.handleCallback(Handler.java:789)
E/ActivityThread(16479): at android.os.Handler.dispatchMessage(Handler.java:98)
E/ActivityThread(16479): at android.os.Looper.loop(Looper.java:164)
E/ActivityThread(16479): at android.app.ActivityThread.main(ActivityThread.java:6541)
E/ActivityThread(16479): at java.lang.reflect.Method.invoke(Native Method)
E/ActivityThread(16479): at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
E/ActivityThread(16479): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
V/FA (16479): Inactivity, disconnecting from the service

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