Skip to content

Instantly share code, notes, and snippets.

@gesielrosa
Created March 1, 2023 17:02
Show Gist options
  • Save gesielrosa/fa0606fbb7598f4536d182e42ee04d72 to your computer and use it in GitHub Desktop.
Save gesielrosa/fa0606fbb7598f4536d182e42ee04d72 to your computer and use it in GitHub Desktop.
[MACOS] Open Logcat and filter by text
read -p "Enter the log filter: " filter
echo ""
echo "[Logging to '$filter']"
echo ""
adb logcat | grep $filter
@gesielrosa
Copy link
Author

chmod +x ./emulator-log.command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment