summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2023-12-15 18:48:39 +0000
committerCarlos Llamas <cmllamas@google.com>2024-02-03 15:54:38 +0000
commit691b5f62b2cfb723ba94a37addc53cfb82e2549f (patch)
tree20f4804268614f0b6184ce0663b614860878384b
parent5006d0b4fdcf660c8fb73f97d317cdbe6b1aa6b6 (diff)
downloadlibhwbinder-691b5f62b2cfb723ba94a37addc53cfb82e2549f.tar.gz
Add the BR_TRANSACTION_PENDING_FROZEN string to libbinder
Test: m Bug: 313369251 Change-Id: Iabddad2cb3fc3090517178be3b62ee08e501e24e [cmllamas: picked from libbinder, dropped formatting changes] Signed-off-by: Carlos Llamas <cmllamas@google.com>
-rw-r--r--IPCThreadState.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/IPCThreadState.cpp b/IPCThreadState.cpp
index 40e399b..e0c1ade 100644
--- a/IPCThreadState.cpp
+++ b/IPCThreadState.cpp
@@ -90,6 +90,7 @@ static const char *kReturnStrings[] = {
"BR_FAILED_REPLY",
"BR_FROZEN_REPLY",
"BR_ONEWAY_SPAM_SUSPECT",
+ "BR_TRANSACTION_PENDING_FROZEN",
};
static const char *kCommandStrings[] = {