In the application manifest element of an android application, setting <code>https://developer.android.com/guide/topics/manifest/application-element#debug[debuggable]</code> property to <code>true</code> could introduce a security risk.
It's more easy to perform reverse engineering and inject arbitrary code in the context of a debuggable application.
* It is not recommended to release debuggable application. Avoid hardcoding the debug mode in the manifest because the build tool will add the property automatically and assign the correct value depending on the build type.