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

Commit ee7b4bb5 authored by Wei Wang's avatar Wei Wang Committed by Automerger Merge Worker
Browse files

Merge "libprocessgroup: remove failure log for aggregate profiles" into sc-dev am: 1d14bd3c

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/14562397

Change-Id: I6a9a6814e522358b35f5b6ed9c16447d8d6037c8
parents 8ff37de6 1d14bd3c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -308,9 +308,7 @@ bool ApplyProfileAction::ExecuteForProcess(uid_t uid, pid_t pid) const {

bool ApplyProfileAction::ExecuteForTask(int tid) const {
    for (const auto& profile : profiles_) {
        if (!profile->ExecuteForTask(tid)) {
            PLOG(WARNING) << "ExecuteForTask failed for aggregate profile";
        }
        profile->ExecuteForTask(tid);
    }
    return true;
}