If you are talking about
http://d.android.com/reference/android/util/Config.html#DEBUG
then it's based on whether the device build is a debug build. It has
nothing to do with your app.

BTW, if Config.DEBUG is true, (for example in the emulator), then
putting debuggable=true in your manifest is not needed (the app will
be debuggable by default).

Xav

On Sat, Apr 3, 2010 at 11:06 PM, HeHe <[email protected]> wrote:
> thanks.
>
> i did, otherwise ADT build tool would complain it.
>
> do you get a true Config.DEBUG value with your apk?
>
> On Apr 3, 7:53 pm, JP <[email protected]> wrote:
>> On Apr 3, 4:30 pm, HeHe <[email protected]> wrote:> yes, the flag is set to 
>> true.
>>
>> In the right location? In the manifest, it must be placed like this:
>> <application
>>     android:debuggable="true"
>>
>>
>>
>>
>
> --
> 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
>
> To unsubscribe, reply using "remove me" as the subject.
>



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

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