Merge "lmkd: increase the soft limit for keyboard"

This commit is contained in:
Treehugger Robot 2018-10-16 20:12:27 +00:00 committed by Gerrit Code Review
commit 618be4c225
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ static void cmd_procprio(LMKD_CTRL_PACKET packet) {
} else if (params.oomadj >= 300) {
soft_limit_mult = 1;
} else if (params.oomadj >= 200) {
soft_limit_mult = 2;
soft_limit_mult = 8;
} else if (params.oomadj >= 100) {
soft_limit_mult = 10;
} else if (params.oomadj >= 0) {