The ADT eclipse plugin will report memory leaks when I run the android application (when it has leaks in it). How does the VM (or the plugin) detect memory leaks at run-time? What is the detection algorithm behind this? Also, is the detection enabled in the production environment?
The ADT eclipse plugin will report memory leaks when I run the android application
Share
There is no detection for memory leaks handled by the system. The explaination is in the comments of the question