Skip to content

Instantly share code, notes, and snippets.

@majirosstefan
Created September 19, 2021 10:24
Show Gist options
  • Save majirosstefan/35d33e1d1cb24b78d31b1742d71258c7 to your computer and use it in GitHub Desktop.
Save majirosstefan/35d33e1d1cb24b78d31b1742d71258c7 to your computer and use it in GitHub Desktop.
echo "Capturing logcat"
$ANDROID_HOME/platform-tools/adb logcat -c
$ANDROID_HOME/platform-tools/adb logcat >./logcat.log &
LOGCAT_PID=$!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment