diff options
author | Sven Gothel <[email protected]> | 2013-06-20 20:25:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-20 20:25:04 +0200 |
commit | b5fe100798071110119993be89ff66e313f32b96 (patch) | |
tree | a49b1d6b1be0fe5c21925d53236ed86b74c160c2 | |
parent | f69831574d4927d03d40c330d0b047d8c89622a4 (diff) |
Script: Add adb logcat script
-rwxr-xr-x | make/scripts/adb-logcat.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/adb-logcat.sh b/make/scripts/adb-logcat.sh new file mode 100755 index 0000000..ea4be3d --- /dev/null +++ b/make/scripts/adb-logcat.sh @@ -0,0 +1,4 @@ +sdir=`dirname $0` + +adb $* logcat -c +adb $* logcat |