Merge branch 'master' into port-field

This commit is contained in:
Antsiferov Andrew
2021-01-03 14:54:02 +03:00
committed by GitHub
20 changed files with 90 additions and 40 deletions

View File

@@ -47,7 +47,12 @@ public class CrashSender{
public static void send(Throwable exception, Cons<File> writeListener){
try{
exception.printStackTrace();
try{
//log to file
Log.err(exception);
}catch(Throwable no){
exception.printStackTrace();
}
//try saving game data
try{