process: update oom_score_adj back to itself 87/265987/6
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 3 Nov 2021 08:27:07 +0000 (17:27 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 8 Nov 2021 04:07:41 +0000 (13:07 +0900)
commit8632629283ef130fe66eb5a95bf44d6e8b5a020a
treef4ec4918446c903258069c93ec561d0668c19522
parent2cecebe271ffef248eebc608d7aa4327b54e9f96
process: update oom_score_adj back to itself

In initializing service app, it initializes /proc/pid/oom_score_adj,
but cannot initialize the data structure itself within its subroutine.
Therefore manually update the oom_score_adj.

Change-Id: Ifc2a13a020dcd570d318c79e7e67d5f04ed41fc0
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/process/proc-main.c