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

Commit 7ff357ab authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Remove spurious log" into nyc-dev

parents 834fde83 bf14e947
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2547,7 +2547,7 @@ void Parcel::initState()
        struct rlimit result;
        if (!getrlimit(RLIMIT_NOFILE, &result)) {
            gMaxFds = (size_t)result.rlim_cur;
            ALOGI("parcel fd limit set to %zu", gMaxFds);
            //ALOGI("parcel fd limit set to %zu", gMaxFds);
        } else {
            ALOGW("Unable to getrlimit: %s", strerror(errno));
            gMaxFds = 1024;