I'm about to finish my app, how do i check now, what part of the app uses how many system-resources, and what is blocking when a.s.o. I am looking for something like a head to feet diagnostic like at the doctor or just simpler, any possibility to check-through my app.
2 回答
What exactly you are looking for is Robotium.
Robotium is a test framework created to make it easy to write powerful and robust automatic black-box test cases for Android applications. With the support of Robotium, test case developers can write function, system and acceptance test scenarios, spanning multiple Android activities.
I think you are looking for the Dalvik Debug Monitor Server (DDMS). It has memory and thread monitoring capabilities and lots of other useful features. http://developer.android.com/tools/debugging/ddms.html
This is a built-in feature in the Eclipse IDE.