| Index: build/android/pylib/local/device/local_device_gtest_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_gtest_run.py b/build/android/pylib/local/device/local_device_gtest_run.py
|
| index e92a836aede5b8702362883af661622fbda42086..dca9615ddfbf94ffe3d28641b26f905125b529d3 100644
|
| --- a/build/android/pylib/local/device/local_device_gtest_run.py
|
| +++ b/build/android/pylib/local/device/local_device_gtest_run.py
|
| @@ -446,7 +446,7 @@ class LocalDeviceGtestRun(local_device_test_run.LocalDeviceTestRun):
|
| 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)
|
|
|
| tests_stripped_disabled_prefix = set()
|
|
|