Loading libprocessgroup/task_profiles.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -815,11 +815,11 @@ bool TaskProfiles::SetProcessProfiles(uid_t uid, pid_t pid, std::span<const T> p profile->EnableResourceCaching(ProfileAction::RCT_PROCESS); } if (!profile->ExecuteForProcess(uid, pid)) { PLOG(WARNING) << "Failed to apply " << name << " process profile"; LOG(WARNING) << "Failed to apply " << name << " process profile"; success = false; } } else { PLOG(WARNING) << "Failed to find " << name << " process profile"; LOG(WARNING) << "Failed to find " << name << " process profile"; success = false; } } Loading @@ -836,11 +836,11 @@ bool TaskProfiles::SetTaskProfiles(int tid, std::span<const T> profiles, bool us profile->EnableResourceCaching(ProfileAction::RCT_TASK); } if (!profile->ExecuteForTask(tid)) { PLOG(WARNING) << "Failed to apply " << name << " task profile"; LOG(WARNING) << "Failed to apply " << name << " task profile"; success = false; } } else { PLOG(WARNING) << "Failed to find " << name << " task profile"; LOG(WARNING) << "Failed to find " << name << " task profile"; success = false; } } Loading Loading
libprocessgroup/task_profiles.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -815,11 +815,11 @@ bool TaskProfiles::SetProcessProfiles(uid_t uid, pid_t pid, std::span<const T> p profile->EnableResourceCaching(ProfileAction::RCT_PROCESS); } if (!profile->ExecuteForProcess(uid, pid)) { PLOG(WARNING) << "Failed to apply " << name << " process profile"; LOG(WARNING) << "Failed to apply " << name << " process profile"; success = false; } } else { PLOG(WARNING) << "Failed to find " << name << " process profile"; LOG(WARNING) << "Failed to find " << name << " process profile"; success = false; } } Loading @@ -836,11 +836,11 @@ bool TaskProfiles::SetTaskProfiles(int tid, std::span<const T> profiles, bool us profile->EnableResourceCaching(ProfileAction::RCT_TASK); } if (!profile->ExecuteForTask(tid)) { PLOG(WARNING) << "Failed to apply " << name << " task profile"; LOG(WARNING) << "Failed to apply " << name << " task profile"; success = false; } } else { PLOG(WARNING) << "Failed to find " << name << " task profile"; LOG(WARNING) << "Failed to find " << name << " task profile"; success = false; } } Loading