Lioncash
|
770387fadb
|
core/reporter: Add missing includes and forward declarations
Adds missing inclusions to prevent potential compilation issues.
|
2019-07-05 17:45:24 -04:00 |
|
Lioncash
|
0756025102
|
core/reporter: Remove unnecessary namespace qualifiers
The Reporter class is part of the Core namespace, so the System class
doesn't need to be qualified.
|
2019-07-05 17:09:26 -04:00 |
|
Lioncash
|
6e9c716272
|
core/reporter: Remove pessimizing move in GetHLERequestContextData()
This can inhibit copy-elision, so we can remove this redundant move.
|
2019-07-05 17:08:13 -04:00 |
|
Lioncash
|
174e596d56
|
core/reporter: Make bracing consistent
Makes all control statements braced, regardless of their size, making
code more uniform.
|
2019-07-05 17:05:27 -04:00 |
|
Lioncash
|
5db1fdfa4a
|
core/reporter: Return in error case in SaveToFile()
If the path couldn't be created, then we shouldn't be attempting to save
the file.
|
2019-07-05 17:02:32 -04:00 |
|
Thomas May
|
3fc5127a9f
|
Update reporter.cpp
|
2019-06-22 14:39:52 +01:00 |
|
Zach Hilman
|
227430a157
|
loader: Move NSO module tracking to AppLoader
Also cleanup of general stuff
|
2019-05-26 11:40:46 -04:00 |
|
Zach Hilman
|
8d16f91049
|
core: Add Reporter class to take/save reports
|
2019-05-25 16:09:20 -04:00 |
|