Merge sc-dev-plus-aosp-without-vendor@7634622

Merged-In: I48fb37b9fb8af94825f6e7c3ea05b9620c8e1a7e
Change-Id: Id3c0fdf3aa6bf3111ddfcd0c21cb5c62ae1d8b82
diff --git a/ProcessState.cpp b/ProcessState.cpp
index dbd6c87..c2284f8 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) {
-            ALOGD("Binder ioctl to enable oneway spam detection failed: %s", strerror(errno));
+            ALOGV("Binder ioctl to enable oneway spam detection failed: %s", strerror(errno));
         }
     } else {
         ALOGW("Opening '/dev/hwbinder' failed: %s\n", strerror(errno));