Merge "Fix logspam from system-background cpuset." into mnc-dr1.5-dev

This commit is contained in:
Tim Murray 2015-12-17 21:46:29 +00:00 committed by Android (Google) Code Review
commit 14b307fa47

View file

@ -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