summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessState.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-05-25 22:15:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-05-25 22:15:18 +0000
commit495a84db0609cc318ddf6ff166de12b67651bbb6 (patch)
treef192082d88eb9f9c1c480572d9b7bc86e8963e78 /libs/binder/ProcessState.cpp
parent8f0b7f288c4425494c9b380f0b618f474c86dd21 (diff)
parent8e49c2b04f8f6d39234d95f6f9dab74a51ec66fd (diff)
Merge "libbinder: further downgrade oneway spam log"
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r--libs/binder/ProcessState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp
index 3095607594..8ef4341e19 100644
--- a/libs/binder/ProcessState.cpp
+++ b/libs/binder/ProcessState.cpp
@@ -409,7 +409,7 @@ static int open_driver(const char *driver)
uint32_t enable = DEFAULT_ENABLE_ONEWAY_SPAM_DETECTION;
result = ioctl(fd, BINDER_ENABLE_ONEWAY_SPAM_DETECTION, &enable);
if (result == -1) {
- ALOGI("Binder ioctl to enable oneway spam detection failed: %s", strerror(errno));
+ ALOGD("Binder ioctl to enable oneway spam detection failed: %s", strerror(errno));
}
} else {
ALOGW("Opening '%s' failed: %s\n", driver, strerror(errno));