commit | be53d223be0fb8310a969fa6d89346d73596efd8 | [log] [tgz] |
---|---|---|
author | Pranav Batra <[email protected]> | Wed Oct 07 19:42:22 2020 |
committer | Commit Bot <[email protected]> | Thu Oct 15 22:26:54 2020 |
tree | 5349cf8dae537472015552321fc46383dc8cdcdd | |
parent | 2cc83e2b41901e79804c9f82d488909ed4cff19f [diff] [blame] |
simple_chrome_workflow.md: Add dcheck_is_configurable Bug=none TEST=none Change-Id: Ie71a4b36085f640de3f84bcf3025f5b5e7ea5e55 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/docs/+/2458606 Commit-Queue: Pranav Batra <[email protected]> Tested-by: Pranav Batra <[email protected]> Auto-Submit: Pranav Batra <[email protected]> Reviewed-by: Achuith Bhandarkar <[email protected]>
diff --git a/simple_chrome_workflow.md b/simple_chrome_workflow.md index 94ab78e..52ac003 100644 --- a/simple_chrome_workflow.md +++ b/simple_chrome_workflow.md
@@ -114,6 +114,7 @@ ``` (shell) cros chrome-sdk --chrome-branding --board=$BOARD --log-level=info --gn-extra-args='dcheck_always_on=true' ``` +Alternatively, you can set `dcheck_is_configurable=true` to log DCHECK errors without crashing. ### cros chrome-sdk tips