Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: tools/profile_chrome/controllers_unittest.py

Issue 879853002: Add a --startup option to generate combined traces for startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/profile_chrome/chrome_startup_controller_unittest.py ('k') | tools/profile_chrome/flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « tools/profile_chrome/chrome_startup_controller_unittest.py ('k') | tools/profile_chrome/flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698