Skip to content

Instantly share code, notes, and snippets.

@cwarden
Created October 5, 2012 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwarden/3840968 to your computer and use it in GitHub Desktop.
Save cwarden/3840968 to your computer and use it in GitHub Desktop.
Android Tools
# filtering logs
./platform-tools/adb logcat 'dalvikvm:S AmazonEmail:S NotificationService:S IconMerger:S dalvikvm-heap:S v8:S DeviceStorageMonitorService:S'
# dealing with device not found
./platform-tools/adb kill-server
./platform-tools/adb start-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment