When you debug from eclipse with more than one android device, you get the ‘Android Device Chooser’ dialog box to select with one to deploy the application to. That dialog has a ‘Debug’ column, what does that column mean exactly? One of my phone says ‘Yes’ and the other says nothing.
And second part: I assume that the phone that says ‘Yes’ is in some kind of debug mode and that it slows it down (it is slow!). How can I turn it off?!
I’ve found that that when debug in this dialog is “yes” you can debug an application regardless of whether
debuggableis set totrueorfalsein the manifest. This tremendously convenient sometimes. If you open up DDMS on a phone that has this set to “yes” you’ll see many more running processes than on a phone with this set to “no” because the phone with it set to “no” will only display those apps withdebuggableset totrue.