Remove unintialized variable reference to solve
the problem reported by static analyzer.
This one solves the Coverity issue with cid
1706223.
Change-Id: I91189d277f85e2cd9e0681e652a497e6d27fc596
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
assert(0);
}
- _I("app (%s) child pid (%d) move %s -> %s (oom = -> %d)",
+ _I("app (%s) child pid (%d) move -> %s (oom = -> %d)",
pai->appid, pid,
- lowmem_convert_cgroup_type_to_str(cur_memcg_idx),
lowmem_convert_cgroup_type_to_str(next_memcg_idx),
next_oom_score_adj);
cgroup_write_pid_fullpath(mi->name, pid);