Forgot to add adb-log script to repository

This commit is contained in:
Sylvain Berfini 2014-12-16 11:41:48 +01:00
parent eec426f55f
commit 9ffeb5dc64

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

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