| Index: build/android/pylib/instrumentation/test_runner.py
|
| diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py
|
| index 8731eb14022a884ec896331e111f6379d982deae..0f2e53fea733e032314bf5cee7ccd6d711e3df3b 100644
|
| --- a/build/android/pylib/instrumentation/test_runner.py
|
| +++ b/build/android/pylib/instrumentation/test_runner.py
|
| @@ -96,6 +96,8 @@
|
| str(self.device))
|
| else:
|
| if self.device.SetJavaAsserts(self.options.set_asserts):
|
| + # TODO(jbudorick) How to best do shell restart after the
|
| + # android_commands refactor?
|
| self.device.RunShellCommand('stop')
|
| self.device.RunShellCommand('start')
|
| self.device.WaitUntilFullyBooted()
|
|
|