apply secure log
authorwoo <s-w.woo@samsung.com>
Fri, 26 Apr 2013 01:12:56 +0000 (10:12 +0900)
committerwoo <s-w.woo@samsung.com>
Fri, 26 Apr 2013 01:12:56 +0000 (10:12 +0900)
Change-Id: I979054a81c9d987569bc2d845c358371f9612117
Signed-off-by: woo <s-w.woo@samsung.com>
src/app/FApp_AppResourceBitmap.cpp

index 8011183..d25bb2a 100644 (file)
@@ -110,7 +110,7 @@ _AppResourceBitmap::GetBitmapN(const String& imageFileName, BitmapPixelFormat pi
                pBitmap = __pAppResourceBitmapUtil->GetBitmapN(resourcePath, resourceDensity, pixelFormat, imageScaling);
        }
 
-       SysLog(NID_APP, "The current value of bitmap path is %S(%S) and pixel format is %d", resourcePath.GetPointer(), imageScaling?L"scaled":L"not scaled", pixelFormat);
+       SysSecureLog(NID_APP, "The current value of bitmap path is %S(%S) and pixel format is %d", resourcePath.GetPointer(), imageScaling?L"scaled":L"not scaled", pixelFormat);
 
        r = GetLastResult();
        SysTryReturn(NID_APP, pBitmap != null, null, r, "[%s] Propagating.", GetErrorMessage(r));