Reputation: 1042
My question is there is a way to debug a specific line of code to check how much memory it takes or a technique of figuring out how much it uses?.
Note* I am using eclipse.
Upvotes: 1
Views: 421
Reputation: 4199
See
http://www.droidnova.com/debugging-in-android-using-eclipse,541.html
and
http://macgyverdev.blogspot.de/2011/07/profiling-android-application-tutorial.html
that's all you need to know ;)
Debugging and Profiling are the keywords.
Upvotes: 2