Created
December 11, 2015 04:37
-
-
Save j796160836/6844b19b1a1f93773a33 to your computer and use it in GitHub Desktop.
Capture Android device log and save into desktop folder (Press Ctrl + C to stop capturing)
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
| #!/bin/bash | |
| adb logcat -v time | tee ~/Desktop/$(date '+%Y_%m_%d_%H_%M_%S')_log.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment