Index: build/android/pylib/local/device/local_device_instrumentation_test_run.py |
diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py |
index c6a0c9df9431327df1d0ab2561cf2e930232128b..958163fa215b7131adcdba7df199186e81e4a842 100644 |
--- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py |
+++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py |
@@ -409,7 +409,7 @@ class LocalDeviceInstrumentationTestRun( |
time.strftime('%Y%m%dT%H%M%S', time.localtime()), |
device.serial) |
tombstones_url = logdog_helper.text( |
- stream_name, resolved_tombstones) |
+ stream_name, '\n'.join(resolved_tombstones)) |
result.SetLink('tombstones', tombstones_url) |
return results, None |