Don't configure processor when no changes are made
This commit is contained in:
@@ -45,6 +45,7 @@ public class AndroidLauncher extends AndroidApplication{
|
||||
handler.uncaughtException(thread, error);
|
||||
}else{
|
||||
error.printStackTrace();
|
||||
Log.err(error);
|
||||
System.exit(1);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user