update app info while killing the app 41/52541/2 accepted/tizen/mobile/20151124.234031 accepted/tizen/tv/20151124.234043 accepted/tizen/wearable/20151124.234054 submit/tizen/20151124.090417
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 24 Nov 2015 08:33:53 +0000 (17:33 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 24 Nov 2015 08:45:30 +0000 (17:45 +0900)
Change-Id: I2c6d4ab9b2f6d700ce8610a3b746bcc95c152ab1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
am_daemon/amd_request.c

index 98a5305..80f4f5d 100644 (file)
@@ -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: