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

Unified Diff: chrome/test/chromedriver/chrome_launcher.cc

Issue 1884943004: [chromedriver] Prefix server logs with chromedriver_log_. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | chrome/test/chromedriver/run_buildbot_steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome_launcher.cc
diff --git a/chrome/test/chromedriver/chrome_launcher.cc b/chrome/test/chromedriver/chrome_launcher.cc
index a8c6cc54bb3752227721823f89793e6bf3306d8c..adfbf6ed97dfaf22fe356b7203ca863ef7141ade 100644
--- a/chrome/test/chromedriver/chrome_launcher.cc
+++ b/chrome/test/chromedriver/chrome_launcher.cc
@@ -500,7 +500,7 @@ Status LaunchAndroidChrome(
device->TearDown();
return Status(
kSessionNotCreatedException,
- base::StringPrintf("please close %s and try again", package.c_str()));
+ base::StringPrintf("please close '%s' and try again", package.c_str()));
}
scoped_ptr<DevToolsClient> devtools_websocket_client;
« no previous file with comments | « no previous file | chrome/test/chromedriver/run_buildbot_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698