diff -r 951aeeb3da43 -r eea20ed08f4b appfw/apparchitecture/aplist/aplapplist.cpp --- a/appfw/apparchitecture/aplist/aplapplist.cpp Fri Jun 11 13:48:03 2010 +0300 +++ b/appfw/apparchitecture/aplist/aplapplist.cpp Tue Jun 29 10:40:11 2010 +0300 @@ -830,7 +830,7 @@ @param aObserver Observer to be notified when the update has finished. */ { -#if _DEBUG +#ifdef APPARC_SHOW_TRACE RDebug::Printf("[Apparc] *****************START CREATING APPLIST ****************************"); #endif @@ -1225,7 +1225,7 @@ iAppData=appData->iNext; } -#if _DEBUG +#ifdef APPARC_SHOW_TRACE if(appData) { RDebug::Print(_L("[Apparc] Application with UID: %X is deleted from applist"), appData->iUidType[2]); @@ -1547,7 +1547,7 @@ aAppData->iNext=iAppData; iAppData=aAppData; -#if _DEBUG +#ifdef APPARC_SHOW_TRACE RDebug::Print(_L("[Apparc] Application with UID: %X is added to applist"), aAppData->iUidType[2]); #endif @@ -1809,7 +1809,7 @@ iScrAppInfo=NULL; iScr.Close(); #endif -#if _DEBUG +#ifdef APPARC_SHOW_TRACE RDebug::Printf("[Apparc] *****************END CREATING APPLIST ****************************"); #endif }