-
Notifications
You must be signed in to change notification settings - Fork 26
Logcat Output Solution
Tim Guenther edited this page Jul 24, 2017
·
1 revision
- Follow the challenge set up guide.
- 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.
Please open an issue in the case you found a mistake in the wiki.