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

Commit 5480e975 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "HwBinder: call _exit over exit." am: aec3eca5

am: 3da0c57b

Change-Id: I273e1f3c25b38a451cb0742c6a9587cbcc923b05
parents 60084692 3da0c57b
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!";
        }