Forgot to add adb-log script to repository

This commit is contained in:
Sylvain Berfini 2014-12-16 11:41:48 +01:00
parent cbc3c99703
commit 2ce0e806a1

4
tests/adb-log-start.sh Executable file
View file

@ -0,0 +1,4 @@
#! /bin/bash
adb logcat -v time > $1 &
echo $! >adb.pid