Change-Id: I5a54a6dec944415579c172e5d63bdcf57a27c662
Signed-off-by: Semun Lee <semun.lee@samsung.com>
break;
}
+ if (data.debug_mode)
+ pkgmgr_client_set_debug_mode(pc, true);
+
ret = pkgmgr_client_usr_reinstall(pc, NULL, data.pkgid, NULL, PM_QUIET, __return_cb, pc, target_uid);
if (ret < 0) {
data.result = PKGMGR_INSTALLER_ERRCODE_ERROR;
break;
}
+ if (data.debug_mode)
+ pkgmgr_client_set_debug_mode(pc, true);
+
if (data.tep_path[0] != '\0')
pkgmgr_client_set_tep_path(pc, data.tep_path, data.tep_move);