Skip to content

Logcat Output Solution

Tim Guenther edited this page Jul 24, 2017 · 1 revision
  1. Follow the challenge set up guide.
  2. Use the following command to filter the logcat messages for the tagname "owasp-key":
    adb logcat -s "owasp-key"
    adb logcat owasp:S *:V (negative search, remove all with tag "owasp")

Please note: Android Studio provides the user with the same capabilities via a GUI.

Clone this wiki locally