<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 11, 2020 at 11:04 AM Peter Bennett <<a href="mailto:pb.mythtv@gmail.com">pb.mythtv@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On 4/11/20 7:15 AM, Jim Abernathy wrote:<br>
> When I run mythtv-frontend on a Shield TV does it create a log file? <br>
> If so how do I get it off the Shield TV to a PC I can examine it with??<br>
><br>
> Jim A<br>
><br>
><br>
<br>
adb logcat outputs the log file in real time to stdio, with already past <br>
data included at the beginning.<br>
<br>
To get mythfrontend log -<br>
adb logcat mfe:D *:S |& tee android.log<br>
<br>
To get full android log<br>
adb logcat |& tee android.log<br>
<br>
Press ctrl-c to stop it.<br>
<br>
Peter<br></blockquote><div>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.</div><div><br></div><div>Is there an equivalent in Android to --loglevel debug?</div><div><br></div><div>Jim A</div><div><br></div></div></div>