adb shell
cd //sdcard
look for robotControllerLog.txt*
more robotControllerLog.txt
exit // to get out of adb shell
adb pull //sdcard/robotControllerLog.txt
the android studio may ask if you anto to open up the Logcat tab at the bottom of android studio
and we can do a filter for the TAG that we added.