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

Commit 8e49c2b0 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: further downgrade oneway spam log

We do get this info in dmesg as well. Reduce spam.

Bug: 188928044
Test: N/A
Change-Id: I521b43a7e66df849dfb91766c10cda09b19b12d1
parent c1500480
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) {
            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 '%s' failed: %s\n", driver, strerror(errno));