what is DDMS?

How can I get to DDMS from Android eclispe ADT?

Search for: How can I get to DDMS from Android eclispe ADT?

Here are the docs

From Eclipse: Click Window > Open Perspective > Other... > DDMS


See the heap usage for a proces
Who is allocating objects
work with the file system
See the threads
Profile specific methods
Monitor network traffic
Emulate phone operations/location
change network speed/latency
Simulating phone call arrivals

How to capture a screen, or take screen shot using Android DDMS?

Search for: How to capture a screen, or take screen shot using Android DDMS?

Look for a Camera icon on the DDMS screen menu (top-left)