| 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 90bb81fea264c3e78a6120a774bfe48a4500e0f6..41c40951820f4243fefc9e65faa6ae7b4394ad49 100644
|
| --- a/build/android/pylib/instrumentation/test_runner.py
|
| +++ b/build/android/pylib/instrumentation/test_runner.py
|
| @@ -244,7 +244,6 @@ class TestRunner(base_test_runner.BaseTestRunner):
|
| permissions = apk_under_test.GetPermissions() if apk_under_test else None
|
| self.device.ClearApplicationState(
|
| self.package_info.package, permissions=permissions)
|
| - self.device.ClearApplicationState(self.package_info.package)
|
|
|
| def TearDownPerfMonitoring(self, test):
|
| """Cleans up performance monitoring if the specified test required it.
|
|
|