mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-23 13:57:01 -05:00
Include current date/time in crash log info
This commit is contained in:
parent
b313692c1d
commit
d54ccd49e4
|
|
@ -75,6 +75,7 @@ namespace HavenSoft.HexManiac.WPF.Windows {
|
|||
#else
|
||||
text.AppendLine("Release Version");
|
||||
#endif
|
||||
text.AppendLine(DateTime.Now.ToString());
|
||||
text.AppendLine(e.Exception.GetType().ToString());
|
||||
text.AppendLine(e.Exception.Message);
|
||||
text.AppendLine(e.Exception.StackTrace);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user