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

Unified Diff: blimp/engine/start_engine.sh

Issue 2488123002: Move remote_channel_main logging flag into launch script and add blimp module verbose logging (Closed)
Patch Set: 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 | « blimp/engine/app/blimp_content_main_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/start_engine.sh
diff --git a/blimp/engine/start_engine.sh b/blimp/engine/start_engine.sh
index 036eaf204dba7ae842c88e362b8cf3b768bc1193..24e360dbe05a428598d3db0bb30ff0d894571bea 100755
--- a/blimp/engine/start_engine.sh
+++ b/blimp/engine/start_engine.sh
@@ -4,7 +4,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Luanch stunnel once and only once. This should never crash, but if it does,
+# Launch stunnel once and only once. This should never crash, but if it does,
# everything should die.
stunnel \
-p /engine/data/stunnel.pem \
@@ -19,6 +19,7 @@ while :; do
LD_LIBRARY_PATH=/engine/ /engine/blimp_engine_app \
--android-fonts-path=/engine/fonts/font_bundle/marshmallow \
--blimp-client-token-path=/engine/data/client_token \
+ --vmodule="remote_channel_main=1,blimp*=1" \
$@ &
# Wait for a process to exit. Bomb out if anything had an error.
« no previous file with comments | « blimp/engine/app/blimp_content_main_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698