This patch removes calling __launch_appinfo_deregister_appid()
from __on_launch_complete_start(). If a component type of a launching
application is service-application, the module doesn't register the
application info using __launch_appinfo_register_appid().
Change-Id: I25d41d0fa4e2a52b75d768af0701bcbfdfe1d09f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
if (comp_type && strcmp(comp_type, APP_TYPE_SERVICE) != 0) {
LOGI("complete start app end pid: %d", pid);
__launch_appinfo_launch_app(appid, pid);
- } else {
- __launch_appinfo_deregister_appid(appid);
}
return AMD_NOTI_CONTINUE;