<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <br>
    <div class="moz-cite-prefix">On 5/1/20 3:15 PM, James Abernathy
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANFv2E=GLLABLAOgZ1aFLSjB8RxXjgjScz8uOHaOgZ=4yCh0zA@mail.gmail.com">
      <div class="moz-text-html" lang="x-unicode">
        <div dir="ltr">
          <div class="gmail_quote">
            <div>I wondering if the logging is the same as mythfrontend
              on Android.  I think part of the command must change.</div>
            <div>adb logcat mfe:D *:S | & tee android.log</div>
            <div><br>
            </div>
            <div>or use adb logcat | & tee android.log</div>
            <div>??</div>
            <div>Jim A</div>
            <div> </div>
          </div>
        </div>
      </div>
    </blockquote>
    For application specific messages: (Note there are not many
    application log messages, the new messages I added today are dialogs
    on screen in case of failure)<br>
    adb logcat lfe:D *:S | & tee android.log<br>
    <br>
    For full log<br>
    use adb logcat | & tee android.log<br>
    <br>
    Best to do full log and then search for leanfront<br>
    <br>
    Peter<br>
  </body>
</html>