diff options
author | 2024-05-30 23:02:06 +0000 | |
---|---|---|
committer | 2024-05-30 23:02:06 +0000 | |
commit | b6b7e049586448620a783c9ebc79fff3815daa02 (patch) | |
tree | 4f125b4aa3e88d04e4591debb24547946638aa20 /libs/binder/IPCThreadState.cpp | |
parent | cfff052d867dde984fc0a3d080f6dd79a1a84563 (diff) | |
parent | 389154e0907f50b443216719e30b580730c5f4f4 (diff) |
Merge "libbinder: explicit log for frozen process" into main
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
-rw-r--r-- | libs/binder/IPCThreadState.cpp | 1 |
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; |