Top "Ddms" questions

DDMS is an Android SDK tool that provides port-forwarding services, screen capture on the device, thread and heap information on the device, logcat, process, and radio state information, incoming call and SMS spoofing, location data spoofing, and more.

Filter tags in LogCat (in Android Eclipse Plug-In)

There is a TextField "Filter" below the LogCat output. However, it seems to filter only the Message-column. Id like to …

android logging adb logcat ddms
How can I read my database from DDMS

In android how can I read database which is in DDMS? I want to see the data of my database …

android sqlite ddms
Android Understanding Heap Sizes

I'm fairly new to Android development and I can't seem to grasp the Java Out of Memory exception. I know …

android heap virtual-machine dalvik ddms
Android: OutofMemoryError: bitmap size exceeds VM budget with no reason I can see

I am having an OutOfMemory exception with a gallery over 600x800 pixels JPEG's. The environment I've been using Gallery with …

android gallery imageview out-of-memory ddms
Android Studio can't detect Samsung S5

I have a SAMSUNG S5 and i'm starting to learn how to program in Android. At first Android Studio detected …

android ddms
Can't access data folder in the File Explorer of DDMS using a Nexus One!

I have my Nexus One connected with the USB. When I visit the File Explorer of the DDMS, if I …

android ddms
DDMS file explorer can't access data\data (HTC Desire HD)

I'm working on some SQLite code and would like to examine the database. If I run the code on the …

android sqlite ddms
Android: Emulator control is disabled in the DDMS perspective

I'm now facing a problem with Eclipse on Ubuntu. My device is connected, list by "adb devices" command and I …

android eclipse ddms
DDMS Not Showing Threads From Device

I'd like to check for memory leaks in my Android app using the DDMS feature in Eclipse. When I launch …

android eclipse ddms
How to fix problem with DeadObjectException?

I have successfully finished an Android project's implementation and started to test the app for memory leaks. Sometimes, I get …

android memory-leaks ddms