Kill Android app on exit (Arc)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user