summaryrefslogtreecommitdiffstats
path: root/build/android/pylib/instrumentation/test_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/pylib/instrumentation/test_runner.py')
-rw-r--r--build/android/pylib/instrumentation/test_runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py
index 90bb81f..41c4095 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.