secant-android-wallet/docs/testing/manual_testing/Logging.md

387 B

Logging disabled on release builds

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