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

Unified Diff: sky/tools/skydb

Issue 815143004: Fix running skydb under chromoting. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/skydb
diff --git a/sky/tools/skydb b/sky/tools/skydb
index 86c7243f9a491f112f992ebd4e785f12693f792a..418b88fe90f0503b58ee1d6d769474a413fc15af 100755
--- a/sky/tools/skydb
+++ b/sky/tools/skydb
@@ -187,7 +187,7 @@ class SkyDebugger(object):
if not is_android:
# Desktop-only work-around for mojo crashing under chromoting.
if args.use_osmesa:
- shell_args.append(
+ shell_command.append(
'--args-for=mojo:native_viewport_service --use-osmesa')
# On android we can't launch inside gdb, but rather have to attach.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698