#!/bin/bash

bin/export build android /tmp ToF debug

adb install -r /tmp/tof-build/ToF_debug_android64.apk

if [ "$1" == "logcat" ]
then
  ./bin/android_logcat
fi