orbot icon indicating copy to clipboard operation
orbot copied to clipboard

Enable debuggable build type for debugging

Open meenbeese opened this issue 6 months ago • 0 comments

This PR introduces a debuggable build variant into the project. Now, with the flag debuggable true and applicationIdSuffix set to .debug, devs are able to generate and run a debuggable version of the app. This is especially helpful on real devices because it helps prevent package name conflicts between debug and release versions and allows them to be installed side-by-side. This change will thus provide more effective identification and fixing of issues during the development process.

meenbeese avatar Aug 01 '24 21:08 meenbeese