The maximum count is changed to 4 from 10.
This patch is a temporary change for debugging.
Change-Id: Ib6c7fada11e31f4215e11c9c5b361f95612d1276
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
app_status->GetAppID().c_str(), app_status->GetPID(),
app_status->GetDelayCount());
- if (app_status->GetDelayCount() >= 10) {
+ if (app_status->GetDelayCount() >= 4) {
_E("App(%s[%d]) startup signal has not been received.",
app_status->GetAppID().c_str(), app_status->GetPID());
amd::AppStatusManager::GetInst().Update(app_status->shared_from_this(),