Loading app/src/main/java/foundation/e/drive/utils/ServiceExceptionHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ public class ServiceExceptionHandler implements UncaughtExceptionHandler{ if(defaultUEH != null){ defaultUEH.uncaughtException(t, e); }else{ Log.d("ServiceExceptionHandler", "/e/ Drive has crashed and there is no ExceptionHandler"); Log.d(TAG, "there is no ExceptionHandler"); System.exit(1); //Kill /e/ Drive... } } Loading Loading
app/src/main/java/foundation/e/drive/utils/ServiceExceptionHandler.java +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ public class ServiceExceptionHandler implements UncaughtExceptionHandler{ if(defaultUEH != null){ defaultUEH.uncaughtException(t, e); }else{ Log.d("ServiceExceptionHandler", "/e/ Drive has crashed and there is no ExceptionHandler"); Log.d(TAG, "there is no ExceptionHandler"); System.exit(1); //Kill /e/ Drive... } } Loading