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

Commit 389154e0 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: explicit log for frozen process

This error is ambiguous without the log, and it logged
before this case was split from the default case.

Bug: 333689623
Test: N/A
Change-Id: Ia6cfe7fc35a6e79f1ae3284674f101efc784af40
parent dbecfa8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;