Closed
Bug 965284
Opened 11 years ago
Closed 9 years ago
Leaked receiver on application swipe off
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aaronmt, Unassigned)
Details
(Whiteboard: [WebRuntime])
E/ActivityThread(14184): Activity org.mozilla.fennec.WebApps$WebApp0 has leaked IntentReceiver org.mozilla.gecko.LocaleManager$1@426f6798 that was originally registered here. Are you missing a call to unregisterReceiver()?
E/ActivityThread(14184): android.app.IntentReceiverLeaked: Activity org.mozilla.fennec.WebApps$WebApp0 has leaked IntentReceiver org.mozilla.gecko.LocaleManager$1@426f6798 that was originally registered here. Are you missing a call to unregisterReceiver()?
E/ActivityThread(14184): at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:805)
E/ActivityThread(14184): at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:606)
E/ActivityThread(14184): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1430)
E/ActivityThread(14184): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1410)
E/ActivityThread(14184): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1404)
E/ActivityThread(14184): at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:467)
E/ActivityThread(14184): at org.mozilla.gecko.LocaleManager.initialize(LocaleManager.java:62)
E/ActivityThread(14184): at org.mozilla.gecko.GeckoApp$16.run(GeckoApp.java:1281)
E/ActivityThread(14184): at android.os.Handler.handleCallback(Handler.java:733)
E/ActivityThread(14184): at android.os.Handler.dispatchMessage(Handler.java:95)
E/ActivityThread(14184): at android.os.Looper.loop(Looper.java:136)
E/ActivityThread(14184): at org.mozilla.gecko.util.GeckoBackgroundThread.run(GeckoBackgroundThread.java:32)
Swipe any running application off the Android application listing
Updated•11 years ago
|
Priority: -- → P3
Updated•11 years ago
|
Summary: (Synth APK) - Leaked receiver on application swipe off → Leaked receiver on application swipe off
Whiteboard: [WebRuntime]
Comment 1•9 years ago
|
||
Per bug 1235869, we're going to disable the Android web runtime, so we won't fix this bug in it.
(This is part of a bulk resolution of bugs in the Firefox for Android::Web Apps component, from which I attempted to exclude bugs that are not specific to the runtime, but it's possible that I included one accidentally. If so, I'm sorry, and please reopen the bug!)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•