further downgrade oneway spam log am: 854e221311 Original change: https://googleplex-android-review.googlesource.com/c/platform/system/libhwbinder/+/14721089 Change-Id: Ibb58be3bfa8aa56bb66484a839df26aed66f2724
diff --git a/ProcessState.cpp b/ProcessState.cpp index d329657..dbd6c87 100644 --- a/ProcessState.cpp +++ b/ProcessState.cpp
@@ -385,7 +385,7 @@ 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));