| 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 82335436775636224b9cad09d0fde712fd5a48b0..7025a2502ef5fcd7df0d8a0b05340731e3bc6b64 100644
|
| --- a/build/android/pylib/results/json_results.py
|
| +++ b/build/android/pylib/results/json_results.py
|
| @@ -101,7 +101,7 @@ def GenerateResultsDict(test_run_results):
|
| 'output_snippet': r.GetLog(),
|
| 'losless_snippet': '',
|
| 'output_snippet_base64:': '',
|
| - 'tombstones': r.GetTombstones() or '',
|
| + 'tombstones': r.GetTombstonesUrl() or '',
|
| 'logcat_url': r.GetLogcatUrl() or '',
|
| }
|
| iteration_data[r.GetName()].append(result_dict)
|
|
|