What is DDMS? Describe some of its capabilities.

DDMS is the Dalvik Debug Monitor Server that ships with Android. It provides a wide array of debugging features including:

The Dalvik Debug Monitor Service (DDMS) is a debugging utility that is integrate into Eclipse through a special Eclipse perspective. The DDMS perspective provides a number of useful features for interacting with emulators and handsets and debugging applications.
The feature of DDMS roughly divided into five categories as follow:-
  1.  Task Management
  2. File Management
  3. Emulator Interaction
  4.  Logging(LogCat)
  5.  Screen Captures


The DDMS tool can be launched separately from Eclipse. You can find it in the Android SDK /tools directory

1 comment:

  1. DDMS, or Data Display Debugger, is a debugging tool used primarily for Android app development. Camera Apps Security It provides insights into the device's runtime behavior and allows developers to moniter process.

    ReplyDelete