Commit b7a9b68b authored by Haiyang Pan's avatar Haiyang Pan Committed by Commit Bot

emulator: Disable the feature GLDMA.

android emulator team points out that the exception is related to DMA.
Disable GLDMA temporarily to see if it can fix the timeout issue on MM

Bug: 1093602
Change-Id: I940b8111db48d8b542b47f350b949dab7448d1d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293279
Auto-Submit: Haiyang Pan <hypan@google.com>
Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#787433}
parent 96ea572a
......@@ -524,6 +524,8 @@ class _AvdInstance(object):
'-report-console',
'unix:%s' % socket_path,
'-no-boot-anim',
# crbug.com/1093602: Disable GLDMA to see if it can fix timout issue
'-feature', '-GLDMA',
]
if read_only:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment