Until now, when I am making a debug version of my application, I use:
Android: = true debugging
in the manifest.
But I just downloaded some source code that doesn't use it, and yet, when I run it using Debug, it is in debug mode. Where is the debug flag set for this application?
source
share