Enable crash log generator.

This commit is contained in:
jianmingyong 2016-09-16 04:14:28 +08:00 committed by GitHub
parent 735eda45ac
commit 1d4b52180a
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Module Program
Catch ex As Exception
_gameCrashed = True
Dim informationItem As New Logger.ErrorInformation(ex)
Logger.LogCrash(ex)
Logger.Log(Logger.LogTypes.ErrorMessage, "The game crashed with error ID: " & informationItem.ErrorIDString & " (" & ex.Message & ")")
End Try
End If
@ -41,4 +41,4 @@ Module Program
End Module
#End If
#End If