Index: build/android/pylib/gtest/test_package.py |
diff --git a/build/android/pylib/gtest/test_package.py b/build/android/pylib/gtest/test_package.py |
index 9ba7c1c6f67f52c0bf97902a36facac55e848af5..a0a3c6caf1744f1bf3489f0245fddd669034f5d6 100644 |
--- a/build/android/pylib/gtest/test_package.py |
+++ b/build/android/pylib/gtest/test_package.py |
@@ -144,6 +144,7 @@ class TestPackage(object): |
# to output the CRASHED marker when a crash happens. |
re_crash = re.compile('\[ CRASHED \](.*)\r\n') |
+ log = '' |
try: |
while True: |
full_test_name = None |