summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorRiddle Hsu <riddlehsu@google.com>2021-12-17 09:36:42 +0800
committerRiddle Hsu <riddlehsu@google.com>2021-12-17 01:38:28 +0000
commitae39a0a51165efe28209cacb5cea5aa2183e1e17 (patch)
treed806a69315cf4e6626c4bfd731e8d90c8261cf05 /core/java/android/inputmethodservice/InputMethodService.java
parent9975e2c41290a1c7bfed1c345beed4f925acf5fa (diff)
Remove getProcessGroup usage in OomAdjuster
The returned value may not be the same as it was set. The invocation was used to verify whether the schedule group is set by zygote. Since most of time it is success and it is no harm to ignore the result because the latest state can still be updated from oom-adj computation, the check of getProcessGroup can be simply removed. Bug: 211000005 Test: Record a trace during cold launching a top activity. The main thread priority should be 100 after attachApplication. And "adb shell cat /proc/$pid/task/$pid/cgroup" is top-app. Change-Id: I282e124d8dc603efdef9b845e8ee6bb61585a6df
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions