Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b0f8008 authored by vince-bourgmayer's avatar vince-bourgmayer
Browse files

replace title in Logcat by TAG field

parent d8719a63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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...
        }
    }