To reduce calling AppStatusDao::UpdateAppStatus() method, AMD doesn't
call it while updating the app status.
When calling the sqlite3_step() and the sqlite3_exec(), calling the fdatasync()
is occurred. This patch is to reduce it for system performance.
Change-Id: I67cfc1c3effd14364e5a7a9086f3fe31f85a76d8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
app->GetStatus());
_noti_send(AMD_NOTI_MSG_APP_STATUS_UPDATE_STATUS_END, force,
update_group_info, app.get(), nullptr);
- app_status_dao_->UpdateAppStatus(app);
return 0;
}