mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Enable crash log generator.
This commit is contained in:
parent
735eda45ac
commit
1d4b52180a
@ -26,7 +26,7 @@ Module Program
|
|||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_gameCrashed = True
|
_gameCrashed = True
|
||||||
Dim informationItem As New Logger.ErrorInformation(ex)
|
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 & ")")
|
Logger.Log(Logger.LogTypes.ErrorMessage, "The game crashed with error ID: " & informationItem.ErrorIDString & " (" & ex.Message & ")")
|
||||||
End Try
|
End Try
|
||||||
End If
|
End If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user