Logging¶
Each time Movian is started a new logfile is created. Up to 6 logfiles are stored. Every time Movian is started the previous logfiles are renamed (movian-0.log is renamed to movian-1.log and so on) and thus rotated out.
Viewing, downloading, pastebin logfiles via Movian's built in HTTP server¶
Open in browser http://MovianIP:42000. Remember that the logfile called movian-0.log is from the currently running application. So if you want to get logfile from a crash it's usually the one called movian-1.log (last run of the application).
It's also possible to pastebin the logfiles directly from the built-in web UI and doing so will get you a link that can be shared.
Get logfiles from Ubuntu¶
On Ubuntu the files can be found at /home/username/.cache/showtime/log/
Get logfiles from PS3 (Standalone version)¶
On PS3 the files can be found at /dev_hdd0/game/HTSS00003/USRDIR/cache/log/
Get logfiles from PS3 (Multiman version)¶
Movian in Multiman stores logs at /dev_hdd0/game/BLES80608/USRDIR/sys/cache/log/
Get logfiles from RPi¶
On RPi the files can be found at /tmp/stos/cache/showtime/log/
Get logging on Chrome App¶
See the chrome logging wiki page