Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 121a53e0 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: even further downgrade oneway spam log

Can't downgrade this log enough.

Fixes: 195968648
Test: N/A
Change-Id: I462a7693ae6f0bda99e107ee42d51cb6341536f8
parent f1aa6cdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ static int open_driver(const char *driver)
        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 '%s' failed: %s\n", driver, strerror(errno));