I have an application installed on an android tv-box. is it possible to get logcat readings from the tv box through a logcat reader app? I'm hoping there is an app I can install on my mobile phone and once plugging the phone to the tv box I will be able to get logcat readings.
Am I dreaming or there is such a thing?
To get logs from the TV you need to use ADB over TCP/IP.
adb connect <IP address of your TV>
adb devices
adb logcat