Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: docs/linux_crash_dumping.md

Issue 1376253004: Cleanup: Remove documentation referring to the linux_breakpad GYP flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/crash/content/app/breakpad_linux_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_crash_dumping.md
diff --git a/docs/linux_crash_dumping.md b/docs/linux_crash_dumping.md
index 05859c40d971c2bc1b868d36d2b346a83616b9fd..47533c96555aad5422ea12a5ef8d9aafbf708994 100644
--- a/docs/linux_crash_dumping.md
+++ b/docs/linux_crash_dumping.md
@@ -116,12 +116,7 @@ display the sad tab.
## How to test Breakpad support in Chromium
-* Build Chromium with the gyp option `-Dlinux_breakpad=1`.
-
- ```shell
- ./build/gyp_chromium -Dlinux_breakpad=1
- ninja -C out/Debug chrome
- ```
+* Build Chromium as normal.
* Run the browser with the environment variable
[CHROME_HEADLESS=1](https://crbug.com/19663). This enables crash dumping but
prevents crash dumps from being uploaded and deleted.
@@ -129,7 +124,7 @@ display the sad tab.
```shell
env CHROME_HEADLESS=1 ./out/Debug/chrome-wrapper
```
-* Visit the special URL `about:crash` to trigger a crash in the renderer
+* Visit the special URL `chrome://crash` to trigger a crash in the renderer
process.
* A crash dump file should appear in the directory
`~/.config/chromium/Crash Reports`.
« no previous file with comments | « components/crash/content/app/breakpad_linux_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698