mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix running skydb under chromoting.
Looks like a variable rename was missed. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/815143004
This commit is contained in:
parent
3cce869dd5
commit
889bc4b2e6
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user