updated _ServiceAppImpl::OnTimerExpired()
authorkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Sat, 4 May 2013 10:22:48 +0000 (19:22 +0900)
committerkyeongwoo.lee <kyeongwoo.lee@samsung.com>
Sat, 4 May 2013 10:22:48 +0000 (19:22 +0900)
Change-Id: Ifdea5c721456925d5b9a30f84dd1be51305e4a63

src/app/FApp_ServiceAppImpl.cpp

index cf024e3..eddb2c0 100644 (file)
@@ -319,7 +319,7 @@ _ServiceAppImpl::OnTimerExpired(Timer& timer)
        SysLog(NID_APP, "Life duration timer is expired, so terminating the application.");
        timer.Cancel();
 
-       if( __pAppTerminatingInternalEventListener || __lifeDuration != 1800000) //Fixme: Remove this workaround code after all LifeDuration value of pre-loaded apps are fixed.
+       if( __pAppTerminatingInternalEventListener) //Fixme: Remove this workaround code after all LifeDuration value of pre-loaded apps are fixed.
        {
                App::GetInstance()->Terminate();
        }