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

Commit ffc5a84a authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge "Remove spurious log" into nyc-dev

am: 7ff357ab

* commit '7ff357ab':
  Remove spurious log
parents fc7e369c 7ff357ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2559,7 +2559,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;