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

Commit 3da0c57b authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "HwBinder: call _exit over exit."

am: aec3eca5

Change-Id: I6121b8cfef034c5028522bd4e849e1c9c12649db
parents bd8311c1 aec3eca5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ status_t JHwBinder::onTransact(
        if (env->IsInstanceOf(excep, gErrorClass)) {
            /* It's an error */
            LOG(ERROR) << "Forcefully exiting";
            exit(1);
            _exit(1);
        } else {
            LOG(ERROR) << "Uncaught exception!";
        }