summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-05-27 01:10:33 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-05-27 01:10:33 +0000
commitada5cee9ac415e5b7d7b8600e1ea9d1a96d673fd (patch)
tree29dcb15301360eca07d95185d057e07c80b70a11
parentc04c43ec173303594b541828b167e7edafab98d8 (diff)
parent854e221311214d58a72777b23565a1e0f843ff68 (diff)
downloadlibhwbinder-android12-d1-s4-release.tar.gz
Change-Id: I1a9458d7dcde833ab19b5b2cbee8a2289c9d4965
-rw-r--r--ProcessState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProcessState.cpp b/ProcessState.cpp
index d329657..dbd6c87 100644
--- a/ProcessState.cpp
+++ b/ProcessState.cpp
@@ -385,7 +385,7 @@ static int open_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 '/dev/hwbinder' failed: %s\n", strerror(errno));