diff -r 951aeeb3da43 -r 2222076f5c60 appfw/viewserver/server/VWSERVER.CPP --- a/appfw/viewserver/server/VWSERVER.CPP Fri Jun 11 13:48:03 2010 +0300 +++ b/appfw/viewserver/server/VWSERVER.CPP Wed Jun 23 18:22:59 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -206,7 +206,8 @@ iEnableBoostAppPriorityBeforePanic = valueOfKVwsBoostAppPriorityBeforePanic; } #endif - + LOG3(CVwsLog::EQuiet,_L("CVwsServer::IsPriorityBoostBeforePanicEnabled(): iEnableBoostAppPriorityBeforePanic = [%d] "),iEnableBoostAppPriorityBeforePanic); + if (iEnableBoostAppPriorityBeforePanic) { CVwsStartupAware* startupAware = new(ELeave)CVwsStartupAware(*this); @@ -837,7 +838,7 @@ { return; } - + if (starved.ProcessPriority() < EPriorityForeground) { RProcess owningProcess;