Tuesday, February 8, 2011

Re: [android-developers] DDMS does not show VM list

Looks like you have a phone running a debug build where all the apps
are debuggable by default and the other one is running a production
build ("user" build) where the apps are not debuggable unless they
declare debuggable=true in their manifest.

On Tue, Feb 8, 2011 at 5:31 PM, jotobjects <jotobjects@gmail.com> wrote:
> I have two identical phones - Droid2 Android version 2.2 (except that
> they have different apps installed).
>
> On one of them DDMS works fine.
>
> On the other one I don't get the list of VM's in the upper left
> quadrant - so I can't see the process ID's. Otherwise all the features
> of DDMS seem to be working on this second phone.  I would like to see
> the process ID's for debugging purposes.
>
> Has anyone seen this behavior and is there a workaround?
>
> TIA
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

--
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com

Please do not send me questions directly. Thanks!

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment