What is DDMS? Describe some of its capabilities.
What is DDMS? Describe some of its capabilities.
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.
Please log in or register to add a comment.