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

Commit aec3eca5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "HwBinder: call _exit over exit."

parents be62c313 bb2f0fb3
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!";
        }