summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessState.cpp
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-05-25 22:38:02 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-05-25 22:38:02 +0000
commite06865c20f72fb7c8d7f14aaeda983b5d7d299dd (patch)
treef192082d88eb9f9c1c480572d9b7bc86e8963e78 /libs/binder/ProcessState.cpp
parent1c3b2b131b4d4c687249efe63c0a420a7aa8db1f (diff)
parent495a84db0609cc318ddf6ff166de12b67651bbb6 (diff)
Merge "libbinder: further downgrade oneway spam log" am: 495a84db06
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1717592 Change-Id: Ie99cbe8578fac06bcff1677d79bf61cbf110f68f
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));