ANDROID: rust_binder: return pending info for frozen async txns
When a transaction is queued due to being a oneway transaction to a frozen process, we currently just return success. Instead, report a BR_TRANSACTION_PENDING_FROZEN code so that userspace knows that its transaction is queued for a frozen process. Bug: 333852369 Link: https://lore.kernel.org/r/20221123201654.589322-1-dualli@chromium.org Change-Id: Ib3f2773872f431aad564b439bc2d1cdb02ae4b29 Signed-off-by:Alice Ryhl <aliceryhl@google.com>
Loading
Please sign in to comment