Merge "Add further incall data handling and checking."
diff --git a/acts/tests/google/tel/live/TelLiveNoQXDMLogTest.py b/acts/tests/google/tel/live/TelLiveNoQXDMLogTest.py
index fec06d5..9f5f23f 100644
--- a/acts/tests/google/tel/live/TelLiveNoQXDMLogTest.py
+++ b/acts/tests/google/tel/live/TelLiveNoQXDMLogTest.py
@@ -176,6 +176,9 @@
                 else:
                     ad.log.error("Cannot Find Text %s in logcat",
                                  text_search_mapping[tel_state])
+                    if tel_state == "boot_complete":
+                        ad.log.error("TERMINATE - boot_complete not found")
+                        return False
                     blocked_for_calculate.append(tel_state)
 
             for tel_state in text_search_mapping: