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

View file

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