summaryrefslogtreecommitdiffstats
path: root/src/core/reporter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lm: Flush manager output on core shutdownZach Hilman2019-09-221-3/+0
|
* reporter: Add log output for packaged lm log dataZach Hilman2019-09-221-0/+17
| | | Takes the vector from head to tail of log data and saves it.
* reporter: Differentiate between Old, New, and System play reportsZach Hilman2019-09-221-2/+8
|
* Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei2019-07-081-0/+7
|\ | | | | fsp-srv: Implement Access Logging Functionality
| * reporter: Add report class for filesystem access logsZach Hilman2019-06-291-0/+7
| |
* | core/reporter: Add missing includes and forward declarationsLioncash2019-07-051-0/+4
| | | | | | | | Adds missing inclusions to prevent potential compilation issues.
* | core/reporter: Remove unnecessary namespace qualifiersLioncash2019-07-051-2/+2
|/ | | | | The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified.
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-3/+6
| | | Also cleanup of general stuff
* core: Add Reporter class to take/save reportsZach Hilman2019-05-251-0/+53