Created
October 5, 2012 16:55
-
-
Save cwarden/3840968 to your computer and use it in GitHub Desktop.
Android Tools
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
# 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