From 3ec40cea0d2edddb6ae5c988533fc2b9017103f0 Mon Sep 17 00:00:00 2001 From: yayaws_zk <584363327@qq.com> Date: Thu, 21 Aug 2025 12:31:38 +0000 Subject: [PATCH] update aosp/system/libhwbinder/ProcessState.cpp. Signed-off-by: yayaws_zk <584363327@qq.com> --- aosp/system/libhwbinder/ProcessState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aosp/system/libhwbinder/ProcessState.cpp b/aosp/system/libhwbinder/ProcessState.cpp index 3f5184f95..65c16ac89 100644 --- a/aosp/system/libhwbinder/ProcessState.cpp +++ b/aosp/system/libhwbinder/ProcessState.cpp @@ -142,7 +142,7 @@ bool ProcessState::becomeContextManager() if (result == -1) { ALOGE("Binder ioctl to become context manager failed: %s\n", strerror(errno)); } - return result == 0 + return result == 0; } // Get references to userspace objects held by the kernel binder driver -- Gitee