Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / tools / binary_size / java / src / org / chromium / tools / binary_size / Addr2LineWorkerPool.java
index 4f0e517..626e7e4 100644 (file)
@@ -276,6 +276,8 @@ class Addr2LineWorkerPool {
                             inStream = null; // New readers need to be created next iteration
                         }
                     }
+                } catch (RuntimeException e) {
+                    throw e;
                 } catch (Exception e) {
                     e.printStackTrace();
                 } finally {
@@ -464,4 +466,4 @@ class Addr2LineWorkerPool {
     int getDedupeCount() {
         return mDedupeCount.get();
     }
-}
\ No newline at end of file
+}