even further downgrade oneway spam log
Can't downgrade this log enough.
Bug: 195968648
Test: N/A
Change-Id: Id784aae0cb8fce0f7efd5e9d153f8401d9b62193
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));