[mythtv-users] Android mythfrontend log file?

Peter Bennett pb.mythtv at gmail.com
Sat Apr 11 15:02:10 UTC 2020



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


More information about the mythtv-users mailing list