[mythtv-users] Android mythfrontend log file?

Peter Bennett pb.mythtv at gmail.com
Sun Apr 12 18:58:20 UTC 2020



On 4/11/20 11:57 AM, James Abernathy wrote:
>
>
> On Sat, Apr 11, 2020 at 11:04 AM Peter Bennett <pb.mythtv at gmail.com 
> <mailto:pb.mythtv at gmail.com>> wrote:
>
>
>
>     On 4/11/20 7:15 AM, Jim Abernathy wrote:
>     > When I run mythtv-frontend on a Shield TV does it create a log
>     file?
>     > If so how do I get it off the Shield TV to a PC I can examine it
>     with??
>     >
>     > Jim A
>     >
>     >
>
>     adb logcat outputs the log file in real time to stdio, with
>     already past
>     data included at the beginning.
>
>     To get mythfrontend log -
>     adb logcat mfe:D *:S |& tee android.log
>
>     To get full android log
>     adb logcat |& tee android.log
>
>     Press ctrl-c to stop it.
>
>     Peter
>
> I have the logcat working but I notice that there is not much 
> information once view a recording start. No indication of anything I 
> do with the keyboard or remote.  I'm trying to catch a log when the 
> timeline problem I have shows up.
>
> Is there an equivalent in Android to --loglevel debug?
>
> Jim A
>
>

In the front end on the android
Setup->General->Remote Control->Enable Network Remote Control Interface
You have to restart frontend for it to take effect
Then, on linux:
telnet <android ip address> 6546
set verbose playback

I am not sure if you can set debug, perhaps with general:debug

Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20200412/1a261172/attachment.htm>


More information about the mythtv-users mailing list