Forgot to add adb-log script to repository
This commit is contained in:
parent
cbc3c99703
commit
2ce0e806a1
1 changed files with 4 additions and 0 deletions
4
tests/adb-log-start.sh
Executable file
4
tests/adb-log-start.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#! /bin/bash
|
||||
adb logcat -v time > $1 &
|
||||
echo $! >adb.pid
|
||||
|
Loading…
Reference in a new issue