Snap for 7401515 from acfb7ba075d32c7ea8bf6c64a9d57870ef856ab6 to sc-d2-release Change-Id: I6b21387615b659c0536594a6b3766e82bfa91ef3
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));