The device view in ddms should show the type of build for the device
in the top level tree node.

If your app is set to debuggable through the manifest, I don't know
why it wouldn't show up on the 2nd device.

On Wed, Feb 9, 2011 at 6:39 AM, jotobjects <[email protected]> wrote:
>
> On Feb 8, 9:35 pm, Xavier Ducrohet <[email protected]> wrote:
>> 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.
>
> How can you tell when a phone is a "user" build?
>
> I am building the two apps that I want to debug.  Both have
> debuggable=true
>
>   android:debuggable="true"
>
> I install them from the same USB cable with this command
>
>   adb -d install -r foobar.apk
>
> The apps use a library app that does not have
> android:debuggable="true" in its manifest.
>
> The identical APK files are installed on both phones.  In one phone
> the app processes show up in DDMS. In the other they don't.
>
> --
> 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
>



-- 
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 [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

Reply via email to