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

Unified Diff: tools/android/loading/controller.py

Issue 2496563002: tools: Add a tool to load pages on a device, and pull the predictor database. (Closed)
Patch Set: lint. Created 4 years, 1 month 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 | « no previous file | tools/android/loading/devtools_monitor.py » ('j') | tools/android/loading/devtools_monitor.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/controller.py
diff --git a/tools/android/loading/controller.py b/tools/android/loading/controller.py
index 97f87ba59abc72bc402e95f826e0a03566d7482b..bbd4799ac1470b9e264b4dc3caefd8cf570c215a 100644
--- a/tools/android/loading/controller.py
+++ b/tools/android/loading/controller.py
@@ -339,7 +339,7 @@ class RemoteChromeController(ChromeControllerBase):
assert self._wpr_attributes.chrome_env_override == {}, \
'Remote controller doesn\'t support chrome environment variables.'
package_info = OPTIONS.ChromePackage()
- command_line_path = '/data/local/chrome-command-line'
+ command_line_path = '/data/local/tmp/chrome-command-line'
self._device.ForceStop(package_info.package)
chrome_args = self._GetChromeArguments()
logging.info('Launching %s with flags: %s' % (package_info.package,
« no previous file with comments | « no previous file | tools/android/loading/devtools_monitor.py » ('j') | tools/android/loading/devtools_monitor.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698