-
-
Notifications
You must be signed in to change notification settings - Fork 707
Logs export share #3612
Description
RetroLogView ties in with our PVLogging system.
I would like to add the ability to export and share logs in a common format that Provenance can also openURL/import to view
it proably should be a zip bundle of some sort with crash logs, text logs, retroarch logs etc
it should provide options for what to include, and either as a zipped bundle or a single text file for just logs with some header timestamp data or frontmatter or something i dunno
you should be able to export using the native ios share apis
you should be abale to import a log and view it or open a log file by extension or mime type from the app bootup and open the log viewer with those logs and an indicator about viewing another log session.
Perhaps we can also add new log menu items to show retroarch logs, which there could be single or timestamped logs in RetroArch/logs
also quick access to app and retroarch log settings if possible
also, if pvlogging is logging to date stamped files that roll over / rotate, can we view them in the log viewer too and also delete or share them?