I am building an app for Google TV.
The app runs fine on emulator but causes crashes on actual Google TV device. I am unable to see what caused the issues. I was wondering if there is any way to see the Logcat on actual google tv device so i can see what caused the crash?
EDIT: code and error details can be seen here
thanks
Yes, the same way you view LogCat for any other Android device. However, you need to set up your Google TV to allow debugging from your development machine (via Settings), and you need to run
adb connect <ipaddr>to make the connection, where<ipaddr>is the IP address of the Google TV box.