Silence binder driver for rlimit failures
This commit is contained in:
parent
e0091c764b
commit
4ff9a63c5c
1 changed files with 2 additions and 0 deletions
|
|
@ -451,7 +451,9 @@ static void binder_set_nice(long nice)
|
|||
set_user_nice(current, min_nice);
|
||||
if (min_nice <= MAX_NICE)
|
||||
return;
|
||||
#if 0
|
||||
binder_user_error("%d RLIMIT_NICE not set\n", current->pid);
|
||||
#endif
|
||||
}
|
||||
|
||||
static size_t binder_buffer_size(struct binder_proc *proc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue