Merge "Add modem crash counters in TelLiveStressTest test report." am: ef5bafc474 am: b4fccf7bf3
am: 28c8600e3f

Change-Id: Ia8cc45c509ed66f012d0c6d0508f8e808eb369ff
diff --git a/acts/tests/google/tel/live/TelLiveStressTest.py b/acts/tests/google/tel/live/TelLiveStressTest.py
index f45148b..b66f5ec 100644
--- a/acts/tests/google/tel/live/TelLiveStressTest.py
+++ b/acts/tests/google/tel/live/TelLiveStressTest.py
@@ -415,6 +415,9 @@
                         ad.log.error("Find new crash reports %s", crash_report)
                         failure += 1
                         self.result_info["Crashes"] += 1
+                        for crash in crash_report:
+                            if "ramdump_modem" in crash:
+                                self.result_info["Crashes-Modem"] += 1
             except Exception as e:
                 self.log.error("Exception error %s", str(e))
                 self.result_info["Exception Errors"] += 1