Andrew Grieve created CB-6972:
---------------------------------
Summary: IntentReceiver leak warning in logs for NetworkManager
Key: CB-6972
URL: https://issues.apache.org/jira/browse/CB-6972
Project: Apache Cordova
Issue Type: Bug
Components: Android, Plugin Network Information
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor
E/ActivityThread(22112): android.app.IntentReceiverLeaked: Activity
org.chromium.appdevtool.ChromeAppDeveloperTool has leaked IntentReceiver
org.apache.cordova.networkinformation.NetworkManager$1@425560c0 that was
originally registered here. Are you missing a call to unregisterReceiver()?
E/ActivityThread(22112): at
android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:805)
E/ActivityThread(22112): at
android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:606)
E/ActivityThread(22112): at
android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1551)
E/ActivityThread(22112): at
android.app.ContextImpl.registerReceiver(ContextImpl.java:1531)
E/ActivityThread(22112): at
android.app.ContextImpl.registerReceiver(ContextImpl.java:1525)
E/ActivityThread(22112): at
android.content.ContextWrapper.registerReceiver(ContextWrapper.java:467)
E/ActivityThread(22112): at
org.apache.cordova.networkinformation.NetworkManager.initialize(NetworkManager.java:113)
--
This message was sent by Atlassian JIRA
(v6.2#6252)