0 votes
in Android by
What is DDMS?

2 Answers

0 votes
by

DDMS(Dalvik Debug Monitor Server) is a debugging tool in the Android platform. It gives the following list of debugging features:

  • Port forwarding services.
  • Thread and heap information.
  • Logcat.
  • Screen capture on the device.
  • Network traffic tracking.
  • Incoming call and SMS spoofing.
  • Location data spoofing.
  • Scaler Courses
0 votes
by

DDMS stands for Dalvik Debug Monitor Server which is a debugging tool from the Android software development kit. It is able to monitor operations in the emulator as well as real devices, It reports the details of each processing thread and time spent whether in the app or Android OS.

No related questions found

...