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