Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1247)

Unified Diff: build/android/pylib/results/json_results.py

Issue 2581553004: Store tombstones url, not the actual tombstones, inside test result. (Closed)
Patch Set: fixes Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/local/device/local_device_instrumentation_test_run.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « build/android/pylib/local/device/local_device_instrumentation_test_run.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698