mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
4 lines
57 B
Bash
Executable file
4 lines
57 B
Bash
Executable file
#! /bin/bash
|
|
adb logcat -v time > $1 &
|
|
echo $! >adb.pid
|
|
|