mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +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
|
|
|