Merge "Fix logspam from system-background cpuset." into mnc-dr1.5-dev
This commit is contained in:
commit
14b307fa47
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);
|
bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC);
|
||||||
filename = "/dev/cpuset/system-background/tasks";
|
filename = "/dev/cpuset/system-background/tasks";
|
||||||
system_bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC);
|
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
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue