387 B
387 B
Logging disabled on release builds
- Create a release build of the app, e.g.
./gradlew assembleRelease
- Install the build, e.g.
adb install [path_to_apk]
- Start logcat, e.g.
adb logcat
- Launch the app
- Verify that the app does not crash on launch (the app is designed to crash if logs are enabled in release builds)
- Verify that no logs from the app appear in logcat