Created
February 12, 2015 02:23
-
-
Save thisandagain/018bb8fd6c85344db4d3 to your computer and use it in GitHub Desktop.
ADB Aliases
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
alias devices='adb devices' | |
alias logcat='adb logcat CordovaLog:D *:S' | |
alias forward='adb forward tcp:6000 localfilesystem:/data/local/debugger-socket' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment