Reputation: 29877
Until now, when I make a debuggable version of my app I use:
android:debuggable="true"
in the manifest.
But I just downloaded some source code that doesn't use this and yet when I launch it with Debug, it is in debug mode. Where is the debug flag set for this app?
Upvotes: 5
Views: 1338