further downgrade oneway spam log am: 854e221311

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/libhwbinder/+/14721089

Change-Id: I4b90d636b16b5a31d410aff443c9bdf5921340a5
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));