[Title] remove log
authorjooyoul_lee <jy.exe.lee@samsung.com>
Thu, 9 Jan 2014 04:43:44 +0000 (13:43 +0900)
committerjooyoul_lee <jy.exe.lee@samsung.com>
Thu, 9 Jan 2014 04:43:44 +0000 (13:43 +0900)
[Desc.] prevent eclipse consol heap out of memeory
[Issue]

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/swap/logparser/SWAPLogParser.java

index bee8b2a..c2c38b4 100755 (executable)
@@ -445,21 +445,21 @@ public class SWAPLogParser implements Runnable {
                /** for debug */
                BinaryInfo binInfo1 = processInfo.getTargetBinary(input.getPcAddr());
                if (binInfo1 == null) {
-                       System.out.println("[Get functino name bug : "
-                                       + "Can't find binary info]");
-                       System.out
-                                       .println("msg id : "
-                                                       + AnalyzerUtil.toHexdecimal(input.getId())
-                                                       + " pid : "
-                                                       + processInfo.getPid()
-                                                       + " low : "
-                                                       + AnalyzerUtil.toHexdecimal(processInfo
-                                                                       .getLowestAddress())
-                                                       + " input addr : "
-                                                       + AnalyzerUtil.toHexdecimal(input.getPcAddr())
-                                                       + "  high : "
-                                                       + AnalyzerUtil.toHexdecimal(processInfo
-                                                                       .getHighestAddress()));
+//                     System.out.println("[Get functino name bug : "
+//                                     + "Can't find binary info]");
+//                     System.out
+//                                     .println("msg id : "
+//                                                     + AnalyzerUtil.toHexdecimal(input.getId())
+//                                                     + " pid : "
+//                                                     + processInfo.getPid()
+//                                                     + " low : "
+//                                                     + AnalyzerUtil.toHexdecimal(processInfo
+//                                                                     .getLowestAddress())
+//                                                     + " input addr : "
+//                                                     + AnalyzerUtil.toHexdecimal(input.getPcAddr())
+//                                                     + "  high : "
+//                                                     + AnalyzerUtil.toHexdecimal(processInfo
+//                                                                     .getHighestAddress()));
                        return null;
                }
                // String binPath1 = binInfo1.getTargetBinaryPath();