Questions tagged [ddms]

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.

The DDMS (Dalvik Debug Monitor Server) is a tool that comes with the android SDK. It 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.

More information about DDMS is at http://developer.android.com/tools/debugging/ddms.html

615 questions
24
votes
6 answers

DDMS - Can't bind to local 8600 for debugger on Android Studio

Am trying to view my database tables using Android Device Monitor and It showing me Errors for reasons which i am not really sure of. And i don't have another instance of DDMS running. Instead of showing my DDMS, Its showing me this…
Tosin Onikute
  • 3,883
  • 6
  • 38
  • 61
24
votes
3 answers

DDMS Heap - 1-byte array(byte[], boolean[])

I experience some memory leaks in my android application. I've already used MAT to analyze the memory usage. But I have one question from the DDMS perspectiv in Eclipse, what does 1-byte array[byte[], boolean[]) mean? Is this specific for my…
Tobias Moe Thorstensen
  • 8,861
  • 16
  • 75
  • 143
22
votes
1 answer

Memory Leaks in Android application

I'm experience some memory leaks in my application. The first time I suspected the memory leak was when I stress-tested my application by hitting a button to start a new Activity. After using DDMS and dumping out a .hprof file, this file I opened…
Tobias Moe Thorstensen
  • 8,861
  • 16
  • 75
  • 143
21
votes
9 answers

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 filter Tags also. Because there are my class names. How can I achieve it?
OneWorld
  • 17,512
  • 21
  • 86
  • 136
21
votes
2 answers

Android, track Memory by DDMS, "Get Allocations" doesn't do anything

As the title of the question said. Steps I did: click on Update heap In Allocation Tracker tab, click "Start Tracking" Click "Get Allocations" In the console, I saw red messages saying: [2013-12-29 13:56:40 - ddm-heap] *** Received REAL` What…
EyeQ Tech
  • 7,198
  • 18
  • 72
  • 126
20
votes
5 answers

Eclipse, adb, and ddms not detecting Android Emulator

I wanted to try my hand at programming android devices, so I followed the directions from the android website, installed the sdk, the java sdk, and eclipse. My computer is Windows 7 64-Bit, but I have the 32-bit Java SDK and Eclipse installed since…
Xantham
  • 1,829
  • 7
  • 24
  • 42
20
votes
4 answers

Can you Disable DDMS in Eclipse

Does anyone know if it is possible to disable the DDMS in Eclipse? By that I mean DDMS should not being start when Eclipse is launched. I'd like to use only the DDMS from the terminal, but when I start it it keeps saying: Could not open Selected VM…
Eric Nordvik
  • 14,656
  • 8
  • 42
  • 50
20
votes
2 answers

Android DDMS v22.0.1 unable to generate a systrace using Droid Razor 4.1.2

I've selected several of the trace tags and when I run the trace (from DDMS) I get the following output: Unexpected error while collecting system trace. Unable to find trace start marker 'TRACE:': error opening…
jchristof
  • 2,794
  • 7
  • 32
  • 47
19
votes
5 answers

DDMS showing empty file explorer for online emulator

I am facing this problem from many day,i searched a lot but not found any convenient answer. Whenever I start a emulator ,after some time when I see DDMS its show the emulator online but its File Explorer is show nothing . Its visible again when I…
GOLDEE
  • 2,318
  • 3
  • 25
  • 49
18
votes
5 answers

Release Android Camera without restart?

I'm currently trying to get the camera working in my app and I'm having issues with the whole camera.release() thing; I'm doing pretty complicated stuff and there's no clear cut way to simply call camera.release() so I have to keep trying new ways,…
user766650
18
votes
6 answers

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 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,…
polyclef
  • 1,281
  • 2
  • 16
  • 20
18
votes
4 answers

How to debug signed Android app from Eclipse?

Android 2.2. I need to debug my signed APK on my Nexus S. How can this be done using Eclipse? I start the app on my phone and then...?
l33t
  • 18,692
  • 16
  • 103
  • 180
17
votes
5 answers

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 emulator I am able to pull the file from data\data\myProject\databases using the DDMS file manager but if I run it on actual hardware the data\data…
Rok
  • 2,568
  • 4
  • 26
  • 28
16
votes
6 answers

Sending jdwp tracking request failed!

I got this message in the DDMS: Sending jdwp tracking request failed! I didn't understand the reasons. Is there a problem using a stream to get the image from the Internet and use the TabBar cause the use of them in different application didn't…
ilredelweb
  • 3,091
  • 4
  • 17
  • 14
16
votes
1 answer

ADT get BufferOverflowException in DDMS

I'm using Eclipse Juno with ADT to develop android applications and eclipse is showing the following error every minute: [2013-04-03 17:59:46 - ddms] null java.nio.BufferOverflowException at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:182) …
Plinio.Santos
  • 1,709
  • 24
  • 31
1
2
3
40 41