Created
September 19, 2021 10:24
-
-
Save majirosstefan/35d33e1d1cb24b78d31b1742d71258c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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