Improved crash logs; source mod of crashes now included in report

This commit is contained in:
Anuken
2024-09-20 13:15:26 -04:00
parent c36e638826
commit 68dccab5ca
7 changed files with 71 additions and 40 deletions

View File

@@ -250,7 +250,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
UIApplication.main(argv, null, IOSLauncher.class);
}catch(Throwable t){
//attempt to log the exception
CrashSender.log(t);
CrashHandler.log(t);
Log.err(t);
//rethrow the exception so it actually crashes
throw t;