shell: show error log
authorsyeon.hwang <syeon.hwang@samsung.com>
Wed, 31 Oct 2012 10:45:43 +0000 (19:45 +0900)
committersyeon.hwang <syeon.hwang@samsung.com>
Wed, 31 Oct 2012 10:45:43 +0000 (19:45 +0900)
If shell failed, show error message in detail

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java

index f3562a8e4881389e089f1fc25c525ba88d807004..aaae5f6839b66bded441430c2632891002e4c1a0 100644 (file)
@@ -1964,7 +1964,7 @@ public class EmulatorSkin {
                                        procSdb.start(); // open sdb shell
                                } catch ( Exception ee ) {
                                        logger.log( Level.SEVERE, ee.getMessage(), ee );
-                                       SkinUtil.openMessage( shell, null, "Fail to open Shell.", SWT.ICON_ERROR, config );
+                                       SkinUtil.openMessage( shell, null, "Fail to open Shell: \n" + ee.getMessage(), SWT.ICON_ERROR, config );
                                }
 
                                communicator.sendToQEMU( SendCommand.OPEN_SHELL, null );