summaryrefslogtreecommitdiffstats
path: root/src/core/reporter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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