path: android-platform-tools_34.0.5-12/development/scripts/pid
if [ $EXACT == 1 ]; then
    PIDS="$(adb shell pidof $EXE)"
else
    PIDS="$(adb shell pgrep -f $EXE)"
