creport: Further Skeleton Report saving.

This commit is contained in:
Michael Scire
2018-06-25 10:22:37 -06:00
parent 92bc396972
commit b8e0c2855f
4 changed files with 68 additions and 2 deletions

View File

@@ -90,4 +90,7 @@ class CrashReport {
void ProcessDyingMessage();
void HandleAttachProcess(DebugEventInfo &d);
void HandleException(DebugEventInfo &d);
void EnsureReportDirectories();
bool GetCurrentTime(u64 *out);
};