summaryrefslogtreecommitdiff
path: root/libs/binder/IPCThreadState.cpp
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-05-30 23:02:06 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-05-30 23:02:06 +0000
commitb6b7e049586448620a783c9ebc79fff3815daa02 (patch)
tree4f125b4aa3e88d04e4591debb24547946638aa20 /libs/binder/IPCThreadState.cpp
parentcfff052d867dde984fc0a3d080f6dd79a1a84563 (diff)
parent389154e0907f50b443216719e30b580730c5f4f4 (diff)
Merge "libbinder: explicit log for frozen process" into main
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
-rw-r--r--libs/binder/IPCThreadState.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp
index e5be71c56b..fbc812571a 100644
--- a/libs/binder/IPCThreadState.cpp
+++ b/libs/binder/IPCThreadState.cpp
@@ -1027,6 +1027,7 @@ status_t IPCThreadState::waitForResponse(Parcel *reply, status_t *acquireResult)
goto finish;
case BR_FROZEN_REPLY:
+ ALOGW("Transaction failed because process frozen.");
err = FAILED_TRANSACTION;
goto finish;