[title] remove repetition memssage
authorwonhyoung2.park <wonhyoung2.park@samsung.com>
Fri, 23 Sep 2011 10:22:22 +0000 (19:22 +0900)
committerwonhyoung2.park <wonhyoung2.park@samsung.com>
Fri, 23 Sep 2011 10:22:22 +0000 (19:22 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.eclipse.linuxtools.valgrind.memcheck/src/org/eclipse/linuxtools/valgrind/memcheck/MemcheckLaunchDelegate.java

index fabc9bc..fdf641a 100644 (file)
@@ -84,6 +84,7 @@ public class MemcheckLaunchDelegate extends SLPLaunchDelegate implements IValgri
                                if(DeviceManager.getSelectedDevice().getMachineType().equals(IMachine.REAL_DEVICE))
                                {
                                        te = new Exception("Currently valgrind profiling is not supported in 'Real Device'. Please use valgrind profiling in 'Emulator'.");
+                                       throw(te);
                                }
                                else
                                        te = e;