Chromium Code Reviews| Index: build/android/pylib/results/json_results.py |
| diff --git a/build/android/pylib/results/json_results.py b/build/android/pylib/results/json_results.py |
| index 593c67a6c3f1ebd82535d59a5b7bc8842b384bf7..356004ed01678abeb246573b6a0194e7f838e1ff 100644 |
| --- a/build/android/pylib/results/json_results.py |
| +++ b/build/android/pylib/results/json_results.py |
| @@ -102,6 +102,7 @@ def GenerateResultsDict(test_run_results): |
| 'losless_snippet': '', |
| 'output_snippet_base64:': '', |
| 'tombstones': r.GetTombstones() or '', |
| + 'logcat': r.GetLogcat() or '', |
|
jbudorick
2016/10/25 02:17:35
nit: logcat_snippet
BigBossZhiling
2016/10/25 22:08:44
Done.
|
| } |
| iteration_data[r.GetName()].append(result_dict) |