further downgrade oneway spam log am: 1dfb3e999b

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

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