DDMS Not Showing Threads From Device
Posted
by polyclef
on Stack Overflow
See other posts from Stack Overflow
or by polyclef
Published on 2010-05-22T19:45:12Z
Indexed on
2010/05/22
19:50 UTC
Read the original article
Hit count: 378
android-sdk
I'd like to check for memory leaks in my Android app using the DDMS feature in Eclipse. When I launch an emulated device, the threads display properly for the emulated device, starting with 8600 and up.
However, when I connect my Droid to the PC, the device shows up just fine in DDMS. The logcat is generated correctly, and I can view the file structure. However, threads do not display. I get "no client selected" in the Threads pane, and there is no drop-down icon next to the device listing.
Do I need to change some particular setting in Eclipse? Is this maybe a driver issue?
© Stack Overflow or respective owner