What is DDMS? Describe some of its capabilities.

Asked 10-Jan-2018
Viewed 457 times

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.