-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. start the app
2. rotate the between landscape and portrait
3. check logcat
Expected:
- no logcat messages about leaks
Actual:
- leak indicated in logcat:
E/ActivityThread( 8110): Activity
com.radioactiveyak.location_best_practices.UI.PlaceActivity has leaked
IntentReceiver
com.radioactiveyak.location_best_practices.utils.GingerbreadLastLocationFinder$1
@419b1f00 that was originally registered here. Are you missing a call to
unregisterReceiver()?
App built from source 2012-0 with Android 3.2 API, running on 4.0.4 (Samsung
Galaxy Note).
Original issue reported on code.google.com by dbbt...@googlemail.com on 3 Aug 2012 at 6:51
Reactions are currently unavailable