From 6ddf4139c1d62e02c1774e69b9be8e7ee7616864 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 24 Nov 2015 17:33:53 +0900 Subject: [PATCH] update app info while killing the app Change-Id: I2c6d4ab9b2f6d700ce8610a3b746bcc95c152ab1 Signed-off-by: Hwankyu Jhun --- am_daemon/amd_request.c | 1 + 1 file changed, 1 insertion(+) diff --git a/am_daemon/amd_request.c b/am_daemon/amd_request.c index 98a5305..80f4f5d 100644 --- a/am_daemon/amd_request.c +++ b/am_daemon/amd_request.c @@ -265,6 +265,7 @@ static int __app_process_by_pid(int cmd, case APP_KILL_BY_PID: if ((ret = _send_to_sigkill(pid)) < 0) _E("fail to killing - %d\n", pid); + _status_update_app_info_list(pid, STATUS_DYING, cr->uid); __real_send(clifd, ret); break; case APP_TERM_REQ_BY_PID: -- 2.7.4