Kill Android app on exit (Arc)

This commit is contained in:
Anuken
2021-03-18 15:39:26 -04:00
parent a8c31d838f
commit a06e0a325b
2 changed files with 1 additions and 2 deletions

View File

@@ -44,7 +44,6 @@ public class AndroidLauncher extends AndroidApplication{
if(handler != null){
handler.uncaughtException(thread, error);
}else{
error.printStackTrace();
Log.err(error);
System.exit(1);
}