Fix logspam from system-background cpuset.
system-background can't be opened by most processes, since system-bg is a privileged cpuset. Remove the log message when it can't be opened. We'll still log a failure to use the fd if we try to use it after it can't be opened, which is fine. bug 26249842 Change-Id: I99f185c51645bc81b6a41732848227c27675cdf7
This commit is contained in:
parent
a53ec324bd
commit
d31cb63db4
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue