Commit f9581459 authored by Wez's avatar Wez Committed by Commit Bot

[fuchsia] Allow GPU watchdog to be disable via product config.

Debugging issues in the GPU process with zxdb is easier without the
watchdog running.

Change-Id: I9ff0e7fa8f00360ddf2b88475c17051207e6e5a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992539
Auto-Submit: Wez <wez@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#729814}
parent 8cf48c92
...@@ -150,6 +150,7 @@ bool MaybeAddCommandLineArgsFromConfig(const base::Value& config, ...@@ -150,6 +150,7 @@ bool MaybeAddCommandLineArgsFromConfig(const base::Value& config,
return true; return true;
static const base::StringPiece kAllowedArgs[] = { static const base::StringPiece kAllowedArgs[] = {
switches::kDisableGpuWatchdog,
switches::kEnableFeatures, switches::kEnableFeatures,
switches::kEnableFuchsiaAudioConsumer, switches::kEnableFuchsiaAudioConsumer,
switches::kEnableLowEndDeviceMode, switches::kEnableLowEndDeviceMode,
......
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