[Title] change default skin log level
authorSon Hyunjun <hj79.son@samsung.com>
Mon, 26 Mar 2012 15:52:04 +0000 (00:52 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Mon, 26 Mar 2012 15:52:04 +0000 (00:52 +0900)
[Type] Feature
[Module]
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I11603af389e7a9c97374acbdca8a43bf97a1b9b7

package/pkginfo.manifest
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkinMain.java

index 4000fc2..50bc0e7 100644 (file)
@@ -1,5 +1,5 @@
 Package: emulator
-Version: 1.2.49
+Version: 1.2.51
 OS: linux
 Build-host-os: linux
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
@@ -8,7 +8,7 @@ Source: emulator
 Description: Tizen Emulator
 
 Package: emulator
-Version: 1.2.49
+Version: 1.2.51
 OS: windows
 Build-host-os: windows
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
index c8a2492..9087bce 100644 (file)
@@ -147,7 +147,7 @@ public class EmulatorSkinMain {
                        
                }
 
-               SkinLogLevel skinLogLevel = SkinLogLevel.WARN;
+               SkinLogLevel skinLogLevel = SkinLogLevel.TRACE;
                
                if( !StringUtil.isEmpty( logLevel ) ) {