From 2ce0e806a1120ea81f65d6b3118245fd12451c05 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 16 Dec 2014 11:41:48 +0100 Subject: [PATCH] Forgot to add adb-log script to repository --- tests/adb-log-start.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/adb-log-start.sh diff --git a/tests/adb-log-start.sh b/tests/adb-log-start.sh new file mode 100755 index 000000000..73ec81563 --- /dev/null +++ b/tests/adb-log-start.sh @@ -0,0 +1,4 @@ +#! /bin/bash +adb logcat -v time > $1 & +echo $! >adb.pid +