Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created December 11, 2015 04:37
Show Gist options
  • Select an option

  • Save j796160836/6844b19b1a1f93773a33 to your computer and use it in GitHub Desktop.

Select an option

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)
#!/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