mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Forgot to add adb-log script to repository
This commit is contained in:
parent
eec426f55f
commit
9ffeb5dc64
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…
Add table
Reference in a new issue