| 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 7ba90321b634c4d0e2a01987e9334ea12f30db56..b36185c552db54543c3e74c15b77ef1f865b45ab 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
|
| @@ -537,7 +537,8 @@ class LocalDeviceInstrumentationTestRun(
|
| device,
|
| resolve_all_tombstones=True,
|
| include_stack_symbols=False,
|
| - wipe_tombstones=True)
|
| + wipe_tombstones=True,
|
| + apk_under_test=self._test_instance.apk_under_test.path)
|
| stream_name = 'tombstones_%s_%s' % (
|
| time.strftime('%Y%m%dT%H%M%S-UTC', time.gmtime()),
|
| device.serial)
|
|
|