Android DDMS
DDMS can be used to analyze a running application for all run-time details such as memory consumption, process calls, and so on.
The main functions of Android DDMS are port providing, screen capture on a device, thread details, heap details, and Logcat processing. This service can be used for spoofing calls and messaging.
Android DDMS is widely used for device debugging. Particularly in the game development procedure, it is often used as a line-by-line debugging system. This is very useful to identify unwanted loaded objects and assets, and to track runtime exceptions:
Android DDMS can be used to carry out the following activities.
Connecting an Android device filesystem
DDMS can connect to a device filesystem and provide a file browser-based operation to copy, modify, or delete any file on the device through a PC. This method or feature, however, is not very important for Android game development.
Profiling methods
Another interesting DDMS feature is profiling or tracing matrices...