Open Sbouamri opened 5 years ago
DEBUG mode is ON (android:debuggable="true" in AndroidManifest.xml). Debug mode is extremely discouraged in production since malicious users can debug the app and sniff verbose error information through Logcat.
android:debuggable="true"
AndroidManifest.xml
DEBUG mode is ON (
android:debuggable="true"
inAndroidManifest.xml
). Debug mode is extremely discouraged in production since malicious users can debug the app and sniff verbose error information through Logcat.