<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <br>
    <div class="moz-cite-prefix">On 4/11/20 11:57 AM, James Abernathy
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANFv2Emm81oie+-wKgymDZ_FuekkkB383BKQOQDE7esXw+bDZA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <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" moz-do-not-send="true">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>
      <br>
    </blockquote>
    <br>
    In the front end on the android<br>
    Setup->General->Remote Control->Enable Network Remote
    Control Interface<br>
    You have to restart frontend for it to take effect<br>
    Then, on linux:<br>
    telnet <android ip address> 6546<br>
    set verbose playback<br>
    <br>
    I am not sure if you can set debug, perhaps with general:debug<br>
    <br>
    Peter<br>
  </body>
</html>