It still didnt work out. However, this is how i made it to work: 1. I started the emulator and DDMS from the command line
2. Eclipse was closed. I suspect there was conflict between the command line DDMS and the one being run by eclipse. Now its working fine and i can see the allocator. Thanks On Wed, Oct 7, 2009 at 9:33 PM, RichardC <[email protected]>wrote: > > In the AndroidManifest.xml have your marked your application as > debuggable? > > e.g. > > <application > ... > android:debuggable="true"> > ... > > -- > RichardC > > > > On Oct 7, 4:06 pm, Android Development <[email protected]> wrote: > > Hello, > > I start my emulator and install my application on it. From the command > line > > i issue the ddms command in the /tools directory. I get the Dalvik debug > > monitor as a result. Everything is fine till now. > > > > However, i am unable to get the allocation tracker to work for me. What > > happens is that the name of the application does not appear on the DDMS, > so > > i am unable to make the allocation tracker start tracking my application. > > > > I am attaching a screenshot below. Process ID 729 belongs to my > application > > (highlighted). As you can see, that under the Name column, I can only see > a > > question mark '?' ! > > > > Am i doing something wrong ? > > > > Sorry for posting my problems so often on the list !!! > > > > $$$$$$$$$$$$$$$$$$$ > > Screenshot --> > > $$$$$$$$$$$$$$$$$$$ > > > > [image: allocation_tracker.JPG] > > > > allocation_tracker.JPG > > 182KViewDownload > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

