Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tracing the Memory/Window Leaks in Android?

How to trace the Memory Leaks in Android Development? I am working on eclipse IDE to develop the application. i cant find out how to rectify the memory or window Leaks Exceptions? Any Idea.

Mainly the Window Leaked error raises the Illegal Argument Exception? how to rectify both og this. Please Help.

like image 516
Praveen Avatar asked May 17 '10 18:05

Praveen


1 Answers

If you really want to know how to trace memory leaks in general, this worked really well for me:

http://kohlerm.blogspot.com/2009/04/analyzing-memory-usage-off-your-android.html

... though, it almost sounds like you have a specific problem with a specific exception, and that you're not interested in tracing a memory leak. Sounds like you have the same problem as this: Activity has leaked window that was originally added

like image 96
synic Avatar answered Oct 24 '22 06:10

synic