0

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

Community
  • 1
  • 1
Aamir
  • 1,747
  • 5
  • 26
  • 50
  • I'm not sure if there's a way, but if you want you can just view it on your computer via "adb logcat". Plan B – hooked82 Feb 15 '12 at 08:00
  • code and error details can be seen here: http://stackoverflow.com/questions/9279626/android-listview-item-selection-issue-in-google-tv – Aamir Feb 15 '12 at 08:37

3 Answers3

3

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?

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.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • thanks ... though i have sorted out the issue that was crashing the app ... but ur question clarifies what i was looking for... – Aamir Feb 15 '12 at 14:09
0

I don't know much of google tv devices (I don't even own a TV so I bet I'll never have a google TV ;) ).

But, for sure, if it's running android, then you should be install this log act viewer : cat log.

Snicolas
  • 37,840
  • 15
  • 114
  • 173
0

I'm guessing, but you probably need some form of license key or something like when you use Google maps, they give you a development key but when you launch the app on market you need an actual key.

Maurice
  • 6,413
  • 13
  • 51
  • 76
  • no brother ... i m not using Google maps... i have updated my question .. u can see detail in the provided link ... thanks – Aamir Feb 15 '12 at 09:42