[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 4000fc29e30c6793066da8f635a0dfbee62b9b1f..50bc0e79a77a24633369c09d8835d960414a265c 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 c8a24921ed881d08556306caec34f45e55fdf714..9087bcedca83fd5ae2189877c10ef18df3df8aee 100644 (file)
@@ -147,7 +147,7 @@ public class EmulatorSkinMain {
                        
                }
 
-               SkinLogLevel skinLogLevel = SkinLogLevel.WARN;
+               SkinLogLevel skinLogLevel = SkinLogLevel.TRACE;
                
                if( !StringUtil.isEmpty( logLevel ) ) {