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

Commit 14b307fa authored by Tim Murray's avatar Tim Murray Committed by Android (Google) Code Review
Browse files

Merge "Fix logspam from system-background cpuset." into mnc-dr1.5-dev

parents f7aad11c d31cb63d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -129,9 +129,6 @@ static void __initialize(void) {
        bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC);
        filename = "/dev/cpuset/system-background/tasks";
        system_bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC);
        if (system_bg_cpuset_fd < 0) {
            SLOGE("initialize of system-bg failed: %s\n", strerror(errno));
        }
    }
#endif