What is DDMS? Describe some of its capabilities.

Asked 7 years ago
Viewed 540 times

1

What is DDMS? Describe some of its capabilities.


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.

answered 7 years ago by Prateek sharma

Your Answer