From b5fe100798071110119993be89ff66e313f32b96 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 20 Jun 2013 20:25:04 +0200 Subject: Script: Add adb logcat script --- make/scripts/adb-logcat.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 make/scripts/adb-logcat.sh 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 -- cgit v1.2.3