--- a/appfw/apparchitecture/aplist/aplapplist.cpp Tue Jun 15 16:07:48 2010 +0100
+++ b/appfw/apparchitecture/aplist/aplapplist.cpp Thu Jul 22 16:35:22 2010 +0100
@@ -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
}