summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-02-05 17:03:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-05 17:03:56 +0000
commit71df1c94611ac626561681a8688a731658e238d4 (patch)
tree20f4804268614f0b6184ce0663b614860878384b
parent5006d0b4fdcf660c8fb73f97d317cdbe6b1aa6b6 (diff)
parent691b5f62b2cfb723ba94a37addc53cfb82e2549f (diff)
downloadlibhwbinder-71df1c94611ac626561681a8688a731658e238d4.tar.gz
Merge "Add the BR_TRANSACTION_PENDING_FROZEN string to libbinder" into main
-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[] = {