Index: tools/profile_chrome/controllers_unittest.py |
diff --git a/tools/profile_chrome/controllers_unittest.py b/tools/profile_chrome/controllers_unittest.py |
index 3d64810d909408f131a4743329398e0bf9204bc8..1d9a10ca84d90c0c501a6af0560e169a71298ee4 100644 |
--- a/tools/profile_chrome/controllers_unittest.py |
+++ b/tools/profile_chrome/controllers_unittest.py |
@@ -18,6 +18,7 @@ class BaseControllerTest(unittest.TestCase): |
self.package_info = profiler.GetSupportedBrowsers()[self.browser] |
self.device = device_utils.DeviceUtils(devices[0]) |
+ self.device.old_interface.CloseApplication(self.package_info.package) |
self.device.StartActivity( |
intent.Intent(activity=self.package_info.activity, |
package=self.package_info.package), |