Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / v8 / tools / logreader.js
index a8141da..5f0ec7f 100644 (file)
@@ -108,6 +108,8 @@ LogReader.prototype.processStack = function(pc, func, stack) {
     // Filter out possible 'overflow' string.
     } else if (firstChar != 'o') {
       fullStack.push(parseInt(frame, 16));
+    } else {
+      print("dropping: " + frame);
     }
   }
   return fullStack;