Don't configure processor when no changes are made
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user