What is DDMS? Describe some of its capabilities.

Asked 8 years ago 723 views

1 Answer


1

Dalvik Debug Monitor Server or ddms is a tool which is used to debug the code. this is deprecated after android studio 3 and above.now we use the android profiler instead.

it provides various services like providing logcat information, thread and heap information, screen capture on the device etc.

Write Your Answer