You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Open project with Android Wheel
2. Run Android Lint for the project
Lint now recommends to have Handler static, according to link below, it's not
such fatal issue when not using long-delayed Messages posted in queue to
Handler, but it's still design fault.
Could you please write a subclass for Handler, and fix this issue?
Link (1) :
http://stackoverflow.com/questions/11407943/this-handler-class-should-be-static-
or-leaks-might-occur-incominghandler
Link (2) :
http://stackoverflow.com/questions/11278875/handlers-and-memory-leaks-in-android
Original issue reported on code.google.com by [email protected] on 3 Sep 2012 at 8:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Sep 2012 at 8:55The text was updated successfully, but these errors were encountered: