Snap for 7402811 from 854e221311214d58a72777b23565a1e0f843ff68 to sc-d1-release

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